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

2018-01-29 Thread Andrew Rybchenko
On 01/29/2018 11:10 AM, 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 and compile time configure

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

2018-01-29 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 Acked-by: Oliv