Re: [dpdk-dev] [PATCH v4 0/4] some fixes for AF_XDP pmd

2019-04-17 Thread Ferruh Yigit
On 4/17/2019 3:02 PM, David Marchand wrote: > On Wed, Apr 17, 2019 at 3:55 PM Xiaolong Ye > wrote: > > This patchset provides some fixes to af_xdp pmd, at first, I just added > a simple error handling when Tx queue allocation fails, then David > suggested

Re: [dpdk-dev] [PATCH v4 0/4] some fixes for AF_XDP pmd

2019-04-17 Thread Ye Xiaolong
On 04/17, David Marchand wrote: >On Wed, Apr 17, 2019 at 3:55 PM Xiaolong Ye wrote: > >> This patchset provides some fixes to af_xdp pmd, at first, I just added >> a simple error handling when Tx queue allocation fails, then David >> suggested a better way to do it and pointed out the inconsistent

Re: [dpdk-dev] [PATCH v4 0/4] some fixes for AF_XDP pmd

2019-04-17 Thread David Marchand
On Wed, Apr 17, 2019 at 3:55 PM Xiaolong Ye wrote: > This patchset provides some fixes to af_xdp pmd, at first, I just added > a simple error handling when Tx queue allocation fails, then David > suggested a better way to do it and pointed out the inconsistent issue > of reserve/submit ops (for T

[dpdk-dev] [PATCH v4 0/4] some fixes for AF_XDP pmd

2019-04-17 Thread Xiaolong Ye
This patchset provides some fixes to af_xdp pmd, at first, I just added a simple error handling when Tx queue allocation fails, then David suggested a better way to do it and pointed out the inconsistent issue of reserve/submit ops (for Tx queue) and peek/release ops (for Rx queue), the third patch