Re: [dpdk-dev] [PATCH v3 0/2] Dynamically configure mempool handle

2017-09-05 Thread Jerin Jacob
-Original Message- > Date: Tue, 5 Sep 2017 09:47:26 +0200 > From: Olivier MATZ > To: Sergio Gonzalez Monroy > CC: Santosh Shukla , dev@dpdk.org, > tho...@monjalon.net, jerin.ja...@caviumnetworks.com, > hemant.agra...@nxp.com > Subject: Re: [dpdk-dev] [PATC

Re: [dpdk-dev] [PATCH v3 0/2] Dynamically configure mempool handle

2017-09-05 Thread Olivier MATZ
On Mon, Sep 04, 2017 at 03:24:38PM +0100, Sergio Gonzalez Monroy wrote: > Hi Olivier, > > On 04/09/2017 14:34, Olivier MATZ wrote: > > Hi Sergio, > > > > On Mon, Sep 04, 2017 at 10:41:56AM +0100, Sergio Gonzalez Monroy wrote: > > > On 15/08/2017 09:07, Santosh Shukla wrote: > > > > * Application

Re: [dpdk-dev] [PATCH v3 0/2] Dynamically configure mempool handle

2017-09-04 Thread Sergio Gonzalez Monroy
Hi Olivier, On 04/09/2017 14:34, Olivier MATZ wrote: Hi Sergio, On Mon, Sep 04, 2017 at 10:41:56AM +0100, Sergio Gonzalez Monroy wrote: On 15/08/2017 09:07, Santosh Shukla wrote: v3: - Rebased on top of v17.11-rc0 - Updated version.map entry to v17.11. v2: DPDK has support for hw and

Re: [dpdk-dev] [PATCH v3 0/2] Dynamically configure mempool handle

2017-09-04 Thread Olivier MATZ
Hi Sergio, On Mon, Sep 04, 2017 at 10:41:56AM +0100, Sergio Gonzalez Monroy wrote: > On 15/08/2017 09:07, Santosh Shukla wrote: > > v3: > > - Rebased on top of v17.11-rc0 > > - Updated version.map entry to v17.11. > > > > v2: > > > > DPDK has support for hw and sw mempool. Those mempool > >

Re: [dpdk-dev] [PATCH v3 0/2] Dynamically configure mempool handle

2017-09-04 Thread santosh
Hi Sergio, On Monday 04 September 2017 03:11 PM, Sergio Gonzalez Monroy wrote: > On 15/08/2017 09:07, Santosh Shukla wrote: >> v3: >> - Rebased on top of v17.11-rc0 >> - Updated version.map entry to v17.11. >> >> v2: >> >> DPDK has support for hw and sw mempool. Those mempool >> can work opti

Re: [dpdk-dev] [PATCH v3 0/2] Dynamically configure mempool handle

2017-09-04 Thread Sergio Gonzalez Monroy
On 15/08/2017 09:07, Santosh Shukla wrote: v3: - Rebased on top of v17.11-rc0 - Updated version.map entry to v17.11. v2: DPDK has support for hw and sw mempool. Those mempool can work optimal for specific PMD's. Example: sw ring based PMD for Intel NICs. HW mempool manager dpaa2 for dpaa2 P

[dpdk-dev] [PATCH v3 0/2] Dynamically configure mempool handle

2017-08-15 Thread Santosh Shukla
v3: - Rebased on top of v17.11-rc0 - Updated version.map entry to v17.11. v2: DPDK has support for hw and sw mempool. Those mempool can work optimal for specific PMD's. Example: sw ring based PMD for Intel NICs. HW mempool manager dpaa2 for dpaa2 PMD. HW mempool manager fpa for octeontx PMD.