Re: [dpdk-dev] [PATCH v3 3/7] mbuf: add pool ops name selection API helpers

2018-01-19 Thread Olivier Matz
Hi Hemant, On Fri, Jan 19, 2018 at 06:11:47PM +0530, Hemant Agrawal wrote: > Hi Olivier, > > On 1/19/2018 3:31 PM, Olivier Matz wrote: > > On Thu, Jan 18, 2018 at 06:56:28PM +0530, Hemant Agrawal wrote: > > > This patch add support for various mempool ops config helper APIs. > > > > > > 1.User d

Re: [dpdk-dev] [PATCH v3 3/7] mbuf: add pool ops name selection API helpers

2018-01-19 Thread Hemant Agrawal
Hi Olivier, On 1/19/2018 3:31 PM, Olivier Matz wrote: On Thu, Jan 18, 2018 at 06:56:28PM +0530, Hemant Agrawal wrote: This patch add support for various mempool ops config helper APIs. 1.User defined mempool ops 2.Platform detected HW mempool ops (active). 3.Best selection of mempool ops by lo

Re: [dpdk-dev] [PATCH v3 3/7] mbuf: add pool ops name selection API helpers

2018-01-19 Thread Olivier Matz
On Thu, Jan 18, 2018 at 06:56:28PM +0530, Hemant Agrawal wrote: > This patch add support for various mempool ops config helper APIs. > > 1.User defined mempool ops > 2.Platform detected HW mempool ops (active). > 3.Best selection of mempool ops by looking into user defined, > platform registered

[dpdk-dev] [PATCH v3 3/7] mbuf: add pool ops name selection API helpers

2018-01-18 Thread Hemant Agrawal
This patch add support for various mempool ops config helper APIs. 1.User defined mempool ops 2.Platform detected HW mempool ops (active). 3.Best selection of mempool ops by looking into user defined, platform registered and compile time configured. Signed-off-by: Hemant Agrawal --- lib/librt