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

2018-01-22 Thread Olivier Matz
On Sat, Jan 20, 2018 at 11:45:04AM +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 v5 3/7] mbuf: add pool ops name selection API helpers

2018-01-19 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 --- doc/api/d