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

2018-01-25 Thread Hemant Agrawal
Hi Thomas, > > 22/01/2018 14:51, 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

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

2018-01-25 Thread Thomas Monjalon
22/01/2018 14:51, 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.

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

2018-01-22 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

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

2018-01-22 Thread santosh
On Monday 22 January 2018 07:21 PM, 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 c