Best practice to share memory between two DPDK processes in different docker containers
Antonio Di Bacco
a.dibacco.ks at gmail.com
Thu Apr 14 21:56:50 CEST 2022
I imagine that there should be a way of sharing memory between two DPDK
processes running in different docker containers. Probably the two DPDK
processes could mmap the same hugepage? Probably we could pass pid and fd
from one process to the other and (bypassing pid namespaces) be able to
mmap the same memory?
I wonder if DPDK architects thought about this scenario.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/users/attachments/20220414/9c6d7915/attachment.htm>
More information about the users
mailing list