From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: memzone info not required to get mbuf address Date: Wed, 24 Aug 2016 18:29:14 +0200 Message-ID: <3407020.z278XEUsTM@xps13> References: <1470326045-6737-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id B91AA5692 for ; Wed, 24 Aug 2016 18:29:16 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id q128so208037489wma.1 for ; Wed, 24 Aug 2016 09:29:16 -0700 (PDT) In-Reply-To: <1470326045-6737-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-08-04 16:54, Ferruh Yigit: > Originally mempool->mz is used to get address of the mbuf, but now > address get directly from mempool, so mempool->mz information is not > required. > > Fixes: d1d914ebbc25 ("mempool: allocate in several memory chunks by default") > > Signed-off-by: Ferruh Yigit Applied, thanks