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