Re: [dpdk-dev] [PATCH v11 0/1] Introduce AF_XDP PMD

2019-04-04 Thread Ferruh Yigit
On 4/4/2019 9:51 AM, Xiaolong Ye wrote: > Overview > > > This patchset adds a new PMD driver for AF_XDP which is a proposed > faster version of AF_PACKET interface in Linux, see below links [1] [2] for > details of AF_XDP introduction: > > AF_XDP roadmap > == > - AF_XDP is in

[dpdk-dev] [PATCH v11 0/1] Introduce AF_XDP PMD

2019-04-04 Thread Xiaolong Ye
Overview This patchset adds a new PMD driver for AF_XDP which is a proposed faster version of AF_PACKET interface in Linux, see below links [1] [2] for details of AF_XDP introduction: AF_XDP roadmap == - AF_XDP is included in upstream kernel since 4.18, and AF_XDP support i