From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1] mempool/dpaa2: add DPAA2 hardware offloaded mempool Date: Fri, 24 Mar 2017 15:59:50 +0000 Message-ID: <5af16ee7-fdcc-5b03-0897-f0657e8f8e7f@intel.com> References: <1489754838-1455-1-git-send-email-hemant.agrawal@nxp.com> <1489754838-1455-2-git-send-email-hemant.agrawal@nxp.com> <7d898278-9331-0c72-cabd-9318c6d65f1e@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: thomas.monjalon@6wind.com, shreyansh.jain@nxp.com To: Hemant Agrawal , dev@dpdk.org, olivier.matz@6wind.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0933BCFA8 for ; Fri, 24 Mar 2017 17:00:00 +0100 (CET) In-Reply-To: <7d898278-9331-0c72-cabd-9318c6d65f1e@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/24/2017 2:57 PM, Ferruh Yigit wrote: > On 3/17/2017 12:47 PM, Hemant Agrawal wrote: >> DPAA2 Hardware Mempool handlers allow enqueue/dequeue from NXP's >> QBMAN hardware block. >> CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS is set to 'dpaa2', if the pool >> is enabled. >> >> This memory pool currently supports packet mbuf type blocks only. >> >> Signed-off-by: Hemant Agrawal > > Applied to dpdk-next-net/master, thanks. Hi Olivier, I get this to next-net, since dpaa2 net driver depends this one. But were you planning any review on the code? Or is it good to go as it is? Thanks, ferruh