From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] NXP DPAA2 External Mempool Driver Date: Fri, 17 Mar 2017 14:42:43 +0100 Message-ID: <3431506.qvV2pjYT76@xps13> References: <1489754838-1455-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, shreyansh.jain@nxp.com, ferruh.yigit@intel.com To: Hemant Agrawal Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 7D58C1396 for ; Fri, 17 Mar 2017 14:42:45 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id t189so16291626wmt.1 for ; Fri, 17 Mar 2017 06:42:45 -0700 (PDT) In-Reply-To: <1489754838-1455-1-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" 2017-03-17 18:17, Hemant Agrawal: > (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-March/060453.html I'm sorry, I think there is misunderstanding. We were saying that you should move the existing mempool handlers first. Have you submitted a patch for the ring and stack mempool handlers?