numam-dpdk/drivers/net/memif
Jakub Grajciar 09c7e63a71 net/memif: introduce memory interface PMD
Shared memory packet interface (memif) PMD allows for DPDK and any other
client using memif (DPDK, VPP, libmemif) to communicate using shared
memory. The created device transmits packets in a raw format. It can be
used with Ethernet mode, IP mode, or Punt/Inject. At this moment, only
Ethernet mode is supported in DPDK memif implementation. Memif is Linux
only.

Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-06-13 23:54:29 +09:00
..
Makefile net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00
memif_socket.c net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00
memif_socket.h net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00
memif.h net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00
meson.build net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00
rte_eth_memif.c net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00
rte_eth_memif.h net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00
rte_pmd_memif_version.map net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00