[dpdk-web] [PATCH 1/2] add af_xdp to supported software nic list

Xiaolong Ye xiaolong.ye at intel.com
Fri Apr 26 04:15:56 CEST 2019


Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
---
 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 0f99b29..bc512a4 100644
--- a/content/supported/others.md
+++ b/content/supported/others.md
@@ -1,9 +1,10 @@
 +++
 title = "Software NICs"
-description = "af_packet, tap, pcap, ring"
+description = "af_packet, af_xdp, tap, pcap, ring"
 +++
 
 - [af_packet](http://git.dpdk.org/dpdk/tree/drivers/net/af_packet) (Linux AF_PACKET socket)
+- [af_xdp](http://doc.dpdk.org/guides/nics/af_xdp.html) (Linux AF_XDP socket)
 - [tap/tun](http://doc.dpdk.org/guides/nics/tap.html) (kernel L2/L3)
 - [pcap](http://doc.dpdk.org/guides/nics/pcap_ring.html#libpcap-based-pmd) (file or kernel driver)
 - [ring](http://doc.dpdk.org/guides/nics/pcap_ring.html#rings-based-pmd) (memory)
-- 
2.17.1



More information about the web mailing list