Re: [dpdk-dev] [PATCH v2 0/5] Dynamic HW Mempool Detection Support

2018-01-18 Thread Olivier Matz
Hi Hemant, On Thu, Jan 18, 2018 at 05:17:17PM +0530, Hemant Agrawal wrote: > On 1/16/2018 8:31 PM, Olivier Matz wrote: > > On Mon, Jan 15, 2018 at 11:41:09AM +0530, Hemant Agrawal wrote: > > > W.r.t the multiple discussions in the past about the ability to > > > dynamically detect the HW mempool s

Re: [dpdk-dev] [PATCH v2 0/5] Dynamic HW Mempool Detection Support

2018-01-18 Thread Hemant Agrawal
On 1/16/2018 8:31 PM, Olivier Matz wrote: On Mon, Jan 15, 2018 at 11:41:09AM +0530, Hemant Agrawal wrote: W.r.t the multiple discussions in the past about the ability to dynamically detect the HW mempool support. [1],[2] & [3] This patchset helps in removing the current static mempool selection

Re: [dpdk-dev] [PATCH v2 0/5] Dynamic HW Mempool Detection Support

2018-01-16 Thread Olivier Matz
On Mon, Jan 15, 2018 at 11:41:09AM +0530, Hemant Agrawal wrote: > W.r.t the multiple discussions in the past about the ability to > dynamically detect the HW mempool support. [1],[2] & [3] > > This patchset helps in removing the current static mempool selection > model and provides a flexible mode

[dpdk-dev] [PATCH v2 0/5] Dynamic HW Mempool Detection Support

2018-01-14 Thread Hemant Agrawal
W.r.t the multiple discussions in the past about the ability to dynamically detect the HW mempool support. [1],[2] & [3] This patchset helps in removing the current static mempool selection model and provides a flexible model to select the pktmbuf mempool in more dynamic way. 1) This patchset up