From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 78D8FA2F6B for ; Tue, 8 Oct 2019 11:26:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9EDF71BFD9; Tue, 8 Oct 2019 11:26:49 +0200 (CEST) Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 289441BFBF for ; Tue, 8 Oct 2019 11:26:48 +0200 (CEST) Received: from glumotte.dev.6wind.com (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id 04F4F329923; Tue, 8 Oct 2019 11:26:48 +0200 (CEST) Date: Tue, 8 Oct 2019 11:26:47 +0200 From: Olivier Matz To: vattunuru@marvell.com Cc: dev@dpdk.org, thomas@monjalon.net, jerinj@marvell.com, ferruh.yigit@intel.com, anatoly.burakov@intel.com, arybchenko@solarflare.com, kirankumark@marvell.com Message-ID: <20191008092647.GU7277@glumotte.dev.6wind.com> References: <20190729121313.30639-2-vattunuru@marvell.com> <20190816061252.17214-1-vattunuru@marvell.com> <20190816061252.17214-2-vattunuru@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190816061252.17214-2-vattunuru@marvell.com> User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH v10 1/5] mempool: populate mempool with the page sized chunks 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Aug 16, 2019 at 11:42:48AM +0530, vattunuru@marvell.com wrote: > From: Vamsi Attunuru > > Patch adds a routine to populate mempool from page aligned and > page sized chunks of memory to ensure memory objs do not fall > across the page boundaries. It's useful for applications that > require physically contiguous mbuf memory while running in > IOVA=VA mode. > > Signed-off-by: Vamsi Attunuru > Signed-off-by: Kiran Kumar K Acked-by: Olivier Matz Do you confirm that this patch could be removed if this patchset is applied? http://patchwork.dpdk.org/project/dpdk/list/?series=5624 I'll try to address Andrew's comments. Thanks, Olivier