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

Ferruh Yigit ferruh.yigit at intel.com
Fri Apr 26 12:02:20 CEST 2019


On 4/26/2019 3:15 AM, Xiaolong Ye wrote:
> 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)
> 

Hi Xiaolong,

Can you please update commit log to include in which DPDK version the PMD is
added, also if possible commit ids that introduces the PMD?


More information about the web mailing list