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 14:57:40 +0000 Message-ID: <7d898278-9331-0c72-cabd-9318c6d65f1e@intel.com> References: <1489754838-1455-1-git-send-email-hemant.agrawal@nxp.com> <1489754838-1455-2-git-send-email-hemant.agrawal@nxp.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 mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 79466D34B for ; Fri, 24 Mar 2017 15:57:43 +0100 (CET) In-Reply-To: <1489754838-1455-2-git-send-email-hemant.agrawal@nxp.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/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.