From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 101BD47CE for ; Wed, 12 Apr 2017 13:31:55 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 12 Apr 2017 04:31:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,190,1488873600"; d="scan'208";a="88156847" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 12 Apr 2017 04:31:53 -0700 To: olivier.matz@6wind.com Cc: Hemant Agrawal , dev@dpdk.org, thomas.monjalon@6wind.com, shreyansh.jain@nxp.com References: <1491724786-6468-1-git-send-email-hemant.agrawal@nxp.com> <1491918159-4152-1-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: <89fccb62-dc4b-d40c-f0c3-e4aa815bcb5d@intel.com> Date: Wed, 12 Apr 2017 12:31:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491918159-4152-1-git-send-email-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] NXP DPAA2 External Mempool Driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2017 11:31:57 -0000 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 Hi Olivier, What I understand from previous comment is you are OK getting this one for this release and enhance more later. So, I keep going, working on patches to get into next-net. If my above understanding is wrong, please shout. Thanks, ferruh