From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=m2Y0lrwN9N49MdjzJFTutqXJOXNMdzqboNIp/0l7qqc=; b=MRRNtwCClkCEOo/jTRiRBy/GQRCP0rLuyQwt/LKFQKjbnH9Jr7XKA5pJkw3RRuD2uW iTg+BhI2iRK9v/oxc3ZfPLyAqD1PfVDTyVnoALCDaKNsMZAifNAqx2Wv+EV0boI/EteJ 61Igjwb56Zg8CGjCLesQuOgWZQii3RmtnWeiBQrBArX3/HhI+R1ppw+EH4bJeTSPeZsU 6P1jc6JCm6KIRCouLGRaPjjxyy2OTcGcgykfKE1+hsKAlSRk73fRXoYlg8MzyIPSszBk iADEwVJzrCG4gii/WmIfcDQAQ3UiQ6Jh0sVXwr3r34S3ZtY+bDYqqgaYe1tZWXCcmo8p jEjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=m2Y0lrwN9N49MdjzJFTutqXJOXNMdzqboNIp/0l7qqc=; b=YWalSAUU8K06hPAD1ZXCWZt8NUubU1BYtRKADGh+iN/2k467pikXtOCRT5vqNRyENM 4pvo+YfPjjyun4kTUiYlmS7ReBOA2LZrSGrjUlwcfmLYY6NCRIbALJyjpFiKpS22/2Y9 hgDfPryU3bT4SDw0RXQpv/XG2pmH7kqipcwom1xjFI8use/byD4thkoJlXnRtiwBbr8F +hrt9abtjUcq9Sw/zlkGVKv7ni57uDve3lQxXcabsVpGEQ4r9OeEHZlUOxpsIkbzMsCh AU68Y/vPE7X1xeY4u7OhEstFY/+4lMvqA0JguCC56ECYWXJAgkFU4bgN0DipqUNfbomz 1ytg== X-Gm-Message-State: AFeK/H2BSgST1cJAajtubAjH9wZ0xM8szQ5kwSCD7myP3bLCg9JSFcXTyIWnYG9I/L2vFVEu X-Received: by 10.28.147.129 with SMTP id v123mr3079250wmd.51.1489758165177; Fri, 17 Mar 2017 06:42:45 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id i82sm6746239wmf.1.2017.03.17.06.42.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Mar 2017 06:42:44 -0700 (PDT) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, olivier.matz@6wind.com, shreyansh.jain@nxp.com, ferruh.yigit@intel.com Date: Fri, 17 Mar 2017 14:42:43 +0100 Message-ID: <3431506.qvV2pjYT76@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1489754838-1455-1-git-send-email-hemant.agrawal@nxp.com> References: <1489754838-1455-1-git-send-email-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] 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: Fri, 17 Mar 2017 13:42:45 -0000 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?