[dpdk-web] [PATCH 2/2] correct the doc link for af_packet

Ferruh Yigit ferruh.yigit at intel.com
Fri Apr 26 11:52:46 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 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/content/supported/others.md b/content/supported/others.md
> index bc512a4..7140c6f 100644
> --- a/content/supported/others.md
> +++ b/content/supported/others.md
> @@ -3,7 +3,7 @@ title = "Software NICs"
>  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_packet](http://doc.dpdk.org/guides/nics/af_packet.html) (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)
> 

Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>

That document added recently but we forgot to update the web page, thanks for
the fix.


More information about the web mailing list