From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=WkTExiTO4mVmnz2BdeFEhrKrjwgzVHm9S2cOlqGcUOI=; b=wt5/b8L8ZWjuwjOqjU3GW65pygqWgMhJ072bDK+/+WgyzS8dOKCB3P+dBZ3KI54iqU 1P2wuPbYYFfqSmhfgcWyx86VataLay9nuaD0i5SkDTmqA3flF2dfK+cUrgmdpMNBzwbC dGIAMN+tkiBBpa3jMK/8EJEBfR8McnVTIu/xnH3eKr4L3qgoGrWZkNbNYFd3Ho4S2v4k udSX8UxGSjdVea/GtOdL7sQVhGGca6S7Ebs5z+J9RxqDGyrPaSSYTPq4sIEonPgPcvMr 1EoktEAgnoApTAm3fJh75TfL1lxf0aYUj9HQfyIkJxByDqpEZvqadGxV4Wedt3vkWOcQ JBow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=WkTExiTO4mVmnz2BdeFEhrKrjwgzVHm9S2cOlqGcUOI=; b=Ij9Zs0HMks9MTVHO/9O3bYTOSIz4H0iDY/U5vidY9aOcnWFGqxZ5ZWhuYsUu6Om7yr Oja75CAm6/E68l2nxvSDoHIwgyBnrcqNuO+YGIieoawXG4e9gInLy0X63/jW64miunda aJiUUlh3FbISr4a8dhCbq+4H27L3vCaaaOFr3qByQQnN1b/I6aEEg7gV8KeojLjynwLe 8b+xkUUotAP7o/lEvo9M7Yk9euW9ZGPhTNjUDG6d3k/Cj/TGcVFpxZcpwBcS8UfaMIEP aG0JNOixkagQ6dT3xYGAHHx0jM9BlaPhWrYLXO57CWqkof8XplNX5TpO9T6a4CkuqF1p B28w== X-Gm-Message-State: AEkoouv9jrYrTbouqsoiBAjGqwBRgOEzNy5i0DBEbycr+CQHAANuBVYBrjNmAZCf6lIiuSqq X-Received: by 10.195.12.77 with SMTP id eo13mr3455675wjd.142.1472056156552; Wed, 24 Aug 2016 09:29:16 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id uo4sm10781662wjc.36.2016.08.24.09.29.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Aug 2016 09:29:15 -0700 (PDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org Date: Wed, 24 Aug 2016 18:29:14 +0200 Message-ID: <3407020.z278XEUsTM@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1470326045-6737-1-git-send-email-ferruh.yigit@intel.com> References: <1470326045-6737-1-git-send-email-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] kni: memzone info not required to get mbuf address X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 16:29:16 -0000 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