[dpdk-web] [PATCH 2/2] correct the doc link for af_packet
Thomas Monjalon
thomas at monjalon.net
Fri May 10 21:05:55 CEST 2019
26/04/2019 11:52, Ferruh Yigit:
> 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.
Applied with following text, thanks.
reference new doc for AF_PACKET
The guide for AF_PACKET PMD was introduced in DPDK 19.02
by commit 6ef75e405d5a ("doc: add af_packet PMD guide").
More information about the web
mailing list