Multiple processes communicating via DPDK memif PMD?
Staffan Wiklund
staffan491 at gmail.com
Thu Nov 4 15:09:31 CET 2021
Hello
I wonder if it is possible for a sequence of processes to communicate
using the DPDK shared memory packet interface (memif) PMD?
If for example A, B, C and D are DPDK applications, is the following
communication
possible to implement using the DPDK memif PMD?
A <-> B <-> C <-> D
That is, processes A and B have a duplex communication in this example.
Processes B and C have a duplex communication and the same applies to
processes C and D.
If this is possible, could you please explain what EAL parameters shall be
used
for the four processes in this example?
Thanks
Staffan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/users/attachments/20211104/89d2d15f/attachment.htm>
More information about the users
mailing list