[dpdk-web] [PATCH 3/7] add memif to software NICs

Thomas Monjalon thomas at monjalon.net
Mon Dec 16 01:40:18 CET 2019


The memif PMD was added in DPDK 19.08.

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 content/supported/others.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/supported/others.md b/content/supported/others.md
index 12aaf5e..714c256 100644
--- a/content/supported/others.md
+++ b/content/supported/others.md
@@ -1,6 +1,6 @@
 +++
 title = "Software NICs"
-description = "af_packet, af_xdp, tap, pcap, ring"
+description = "af_packet, af_xdp, tap, pcap, ring, memif"
 +++
 
 - [af_packet](//doc.dpdk.org/guides/nics/af_packet.html) (Linux AF_PACKET socket)
@@ -8,3 +8,4 @@ description = "af_packet, af_xdp, tap, pcap, ring"
 - [tap/tun](//doc.dpdk.org/guides/nics/tap.html) (kernel L2/L3)
 - [pcap](//doc.dpdk.org/guides/nics/pcap_ring.html#libpcap-based-pmd) (file or kernel driver)
 - [ring](//doc.dpdk.org/guides/nics/pcap_ring.html#rings-based-pmd) (memory)
+- [memif](//doc.dpdk.org/guides/nics/memif.html) (memory)
-- 
2.24.0



More information about the web mailing list