[dpdk-dev] [PATCH v11 1/1] net/af_xdp: introduce AF XDP PMD driver
Stephen Hemminger
stephen at networkplumber.org
Thu Apr 4 18:41:26 CEST 2019
On Thu, 04 Apr 2019 17:20:43 +0100
Luca Boccassi <bluca at debian.org> wrote:
> On Thu, 2019-04-04 at 16:51 +0800, Xiaolong Ye wrote:
> > Add a new PMD driver for AF_XDP which is a proposed faster version of
> > AF_PACKET interface in Linux. More info about AF_XDP, please refer to
> > [1]
> > [2].
> >
> > This is the vanilla version PMD which just uses a raw buffer
> > registered as
> > the umem.
> >
> > [1]
> > https://fosdem.org/2018/schedule/event/af_xdp/
> >
> > [2]
> > https://lwn.net/Articles/745934/
> >
> >
> > Signed-off-by: Xiaolong Ye <
> > xiaolong.ye at intel.com
Reviewed-by: Stephen Hemminger <stephen at networkplumber.org>
More information about the dev
mailing list