From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] NXP DPAA2 External Mempool Driver Date: Wed, 12 Apr 2017 14:50:54 +0100 Message-ID: References: <1491724786-6468-1-git-send-email-hemant.agrawal@nxp.com> <1491918159-4152-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 404C62E8A for ; Wed, 12 Apr 2017 15:50:57 +0200 (CEST) In-Reply-To: <1491918159-4152-1-git-send-email-hemant.agrawal@nxp.com> Content-Language: en-US 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 4/11/2017 2:42 PM, Hemant Agrawal wrote: > (This patches has been split from DPAA2 PMD v8 series [1] as per > comments received on ML [2].) > > This patch implements the HW mempool offload driver for packets buffers > using the FSLMC provided DPBP object. > > The new pool is being configured using compile time option and pool name > as "dpaa2". > > Dependency: > This patchset is based on "NXP DPAA2 FSLMC Bus Driver" patchset [3]. > > References: > [1] http://dpdk.org/ml/archives/dev/2017-March/059000.html > [2] http://dpdk.org/ml/archives/dev/2017-March/059789.html > [3] http://dpdk.org/ml/archives/dev/2017-April/063683.html > > --- > v3: > * rebased on net-next + patchset[3] > * removed config dependency > * changed malloc to rte_malloc > > v2: > * rebased on master (17.05-rc1) + patchset[3] > * removed EXT_PKT_POOL flag, refcount modification etc. > > Hemant Agrawal (1): > mempool/dpaa2: add DPAA2 hardware offloaded mempool Applied to dpdk-next-net/master, thanks.