Re: [dpdk-dev] [PATCHv8 19/46] pool/dpaa2: add DPAA2 hardware offloaded mempool

2017-03-14 Thread Olivier Matz
Hi Hemant, On Tue, 14 Mar 2017 12:12:17 +0530, Hemant Agrawal wrote: > On 3/9/2017 11:27 AM, Hemant Agrawal wrote: > > On 3/8/2017 9:09 PM, Thomas Monjalon wrote: > >> 2017-03-08 18:22, Hemant Agrawal: > On Fri, 3 Mar 2017 18:16:36 +0530, Hemant Agrawal > wrote: > I think the

Re: [dpdk-dev] [PATCHv8 19/46] pool/dpaa2: add DPAA2 hardware offloaded mempool

2017-03-13 Thread Hemant Agrawal
On 3/9/2017 11:27 AM, Hemant Agrawal wrote: On 3/8/2017 9:09 PM, Thomas Monjalon wrote: 2017-03-08 18:22, Hemant Agrawal: On Fri, 3 Mar 2017 18:16:36 +0530, Hemant Agrawal wrote: I think the current mempool handlers should be moved first in a separate patch. Yes it should have been done earl

Re: [dpdk-dev] [PATCHv8 19/46] pool/dpaa2: add DPAA2 hardware offloaded mempool

2017-03-08 Thread Hemant Agrawal
On 3/8/2017 9:09 PM, Thomas Monjalon wrote: 2017-03-08 18:22, Hemant Agrawal: On Fri, 3 Mar 2017 18:16:36 +0530, Hemant Agrawal wrote: I think the current mempool handlers should be moved first in a separate patch. Yes it should have been done earlier. Are you seeing any benefit by making i

Re: [dpdk-dev] [PATCHv8 19/46] pool/dpaa2: add DPAA2 hardware offloaded mempool

2017-03-08 Thread Thomas Monjalon
2017-03-08 18:22, Hemant Agrawal: > > On Fri, 3 Mar 2017 18:16:36 +0530, Hemant Agrawal > > wrote: > > I think the current mempool handlers should be moved first in a > > separate patch. Yes it should have been done earlier. > Are you seeing any benefit by making it a separate patch series? A s

Re: [dpdk-dev] [PATCHv8 19/46] pool/dpaa2: add DPAA2 hardware offloaded mempool

2017-03-08 Thread Hemant Agrawal
Hi Olivier, Thanks for your detailed review. Please see inline... On 3/8/2017 2:35 PM, Olivier MATZ wrote: Hi Hemant, On Fri, 3 Mar 2017 18:16:36 +0530, Hemant Agrawal wrote: Adding NXP DPAA2 architecture specific mempool support. This patch also registers a dpaa2 type MEMPOOL OPS

Re: [dpdk-dev] [PATCHv8 19/46] pool/dpaa2: add DPAA2 hardware offloaded mempool

2017-03-08 Thread Olivier MATZ
Hi Hemant, On Fri, 3 Mar 2017 18:16:36 +0530, Hemant Agrawal wrote: > Adding NXP DPAA2 architecture specific mempool support. > > This patch also registers a dpaa2 type MEMPOOL OPS > > Signed-off-by: Hemant Agrawal > --- > MAINTAINERS | 1 + > config/common

Re: [dpdk-dev] [PATCHv8 19/46] pool/dpaa2: add DPAA2 hardware offloaded mempool

2017-03-07 Thread Ferruh Yigit
On 3/3/2017 12:46 PM, Hemant Agrawal wrote: > Adding NXP DPAA2 architecture specific mempool support. > > This patch also registers a dpaa2 type MEMPOOL OPS > > Signed-off-by: Hemant Agrawal Cc'ing Olivier and Dave. Hi Olivier, Dave, Can you please help reviewing this patch? Thanks, ferruh

[dpdk-dev] [PATCHv8 19/46] pool/dpaa2: add DPAA2 hardware offloaded mempool

2017-03-02 Thread Hemant Agrawal
Adding NXP DPAA2 architecture specific mempool support. This patch also registers a dpaa2 type MEMPOOL OPS Signed-off-by: Hemant Agrawal --- MAINTAINERS | 1 + config/common_base| 5 + config/defconfig_arm64-dpaa2-linuxapp-gcc