Re: [dpdk-dev] [PATCH v1 0/6] Introduce AF_XDP PMD

2019-03-13 Thread Karlsson, Magnus
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, March 12, 2019 2:52 AM > To: Thomas Monjalon ; Yigit, Ferruh > ; Ye, Xiaolong > Cc: dev@dpdk.org; Richardson, Bruce ; > Karlsson, Magnus ; Topel, Bjorn > > Subject: RE: [dpdk-dev] [PATCH v

Re: [dpdk-dev] [PATCH v1 0/6] Introduce AF_XDP PMD

2019-03-11 Thread Zhang, Qi Z
Z ; Richardson, Bruce > > Subject: Re: [dpdk-dev] [PATCH v1 0/6] Introduce AF_XDP PMD > > 11/03/2019 17:43, Ferruh Yigit: > > On 3/1/2019 8:09 AM, Xiaolong Ye wrote: > > > Overview > > > > > > > > > This patchset adds a new PMD drive

Re: [dpdk-dev] [PATCH v1 0/6] Introduce AF_XDP PMD

2019-03-11 Thread Thomas Monjalon
11/03/2019 17:43, Ferruh Yigit: > On 3/1/2019 8:09 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: > > >

Re: [dpdk-dev] [PATCH v1 0/6] Introduce AF_XDP PMD

2019-03-11 Thread Ferruh Yigit
On 3/1/2019 8:09 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