Re: [dpdk-dev] [PATCH v1 6/6] app/testpmd: add mempool flags parameter

2019-03-12 Thread Ye Xiaolong
On 03/11, Ferruh Yigit wrote: >On 3/1/2019 8:09 AM, Xiaolong Ye wrote: >> When create rte_mempool, flags can be parsed from command line. >> Now, it is possible for testpmd to create a af_xdp friendly >> mempool (which enable zero copy). >> >> Signed-off-by: Qi Zhang >> Signed-off-by: Xiaolong Ye

Re: [dpdk-dev] [PATCH v1 6/6] app/testpmd: add mempool flags parameter

2019-03-11 Thread Ferruh Yigit
On 3/1/2019 8:09 AM, Xiaolong Ye wrote: > When create rte_mempool, flags can be parsed from command line. > Now, it is possible for testpmd to create a af_xdp friendly > mempool (which enable zero copy). > > Signed-off-by: Qi Zhang > Signed-off-by: Xiaolong Ye > --- > app/test-pmd/parameters.c

Re: [dpdk-dev] [PATCH v1 6/6] app/testpmd: add mempool flags parameter

2019-03-02 Thread Ye Xiaolong
Hi, On 03/01, Stephen Hemminger wrote: >On Fri, 1 Mar 2019 16:09:47 +0800 >Xiaolong Ye wrote: > >> When create rte_mempool, flags can be parsed from command line. >> Now, it is possible for testpmd to create a af_xdp friendly >> mempool (which enable zero copy). >> >> Signed-off-by: Qi Zhang >

Re: [dpdk-dev] [PATCH v1 6/6] app/testpmd: add mempool flags parameter

2019-03-01 Thread Stephen Hemminger
On Fri, 1 Mar 2019 16:09:47 +0800 Xiaolong Ye wrote: > When create rte_mempool, flags can be parsed from command line. > Now, it is possible for testpmd to create a af_xdp friendly > mempool (which enable zero copy). > > Signed-off-by: Qi Zhang > Signed-off-by: Xiaolong Ye Please don't expos

[dpdk-dev] [PATCH v1 6/6] app/testpmd: add mempool flags parameter

2019-03-01 Thread Xiaolong Ye
When create rte_mempool, flags can be parsed from command line. Now, it is possible for testpmd to create a af_xdp friendly mempool (which enable zero copy). Signed-off-by: Qi Zhang Signed-off-by: Xiaolong Ye --- app/test-pmd/parameters.c | 12 app/test-pmd/testpmd.c| 17 ++