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 E74ABA04A2; Wed, 6 Nov 2019 11:39:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6DF631C06B; Wed, 6 Nov 2019 11:39:54 +0100 (CET) Received: from new4-smtp.messagingengine.com (new4-smtp.messagingengine.com [66.111.4.230]) by dpdk.org (Postfix) with ESMTP id 887B61C038 for ; Wed, 6 Nov 2019 11:39:52 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id D9CCE6DDE; Wed, 6 Nov 2019 05:39:51 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 06 Nov 2019 05:39:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Q12n8GQJwRuJrF+gE8sOwiin+M8ag0ieI+ZDY/ABpIo=; b=oS1Lo45xtbYD EKiie63nkvg13OXtse6Axm5331PwX63nWAQ6/YFInSy7xfnye2mjiqx2JoTjk3/D nxbSj9hGEoD9O9PFbfrh70CuTbrUXpiyVPHak8C34W2C45wDRYmFcCf3nl/yoYsw l+CN6YF55+6S9Y58ce5OCsw2dffTQ6c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Q12n8GQJwRuJrF+gE8sOwiin+M8ag0ieI+ZDY/ABp Io=; b=pFG21xFfyTvoFYMeLhugKgk0Lq3RyYIKbkS6Wh2ODEGKDiUbI1Xr936SF uS+HFUu1V0QZUeLEFiXJzIBHfvKWA+B3kRAAwgA1gPQxJgLazpkZFpLDwVwF5aAb HeLsd8LMYpTqndf488P9MEhD2vcmPt3Gpl/zs4OlAbHB4x5BKAx7dZzUjyDKGXsK Ws4psAcFO2rYZJ42kHZzVqCIYnFfK3bluLnaeTRfkFxg5a4VRxJ8nBHFdKzI+D6c cNS8F2LTnwBThmTdUFc3YRBzvGmrBekWiS8I2RoV9VNSMopkDOS6Y5Xu27HIgDLE j50xMay+S6XU+OGqFIGpu7o5ELvWw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedruddujedgudekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 922C93060057; Wed, 6 Nov 2019 05:39:49 -0500 (EST) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, Anatoly Burakov , Andrew Rybchenko , Ferruh Yigit , "Giridharan, Ganesan" , Jerin Jacob Kollanukkaran , Kiran Kumar Kokkilagadda , Stephen Hemminger , Vamsi Krishna Attunuru , Hemant Agrawal , Nipun Gupta , David Marchand Date: Wed, 06 Nov 2019 11:39:48 +0100 Message-ID: <4007722.C0gSDcfsRb@xps> In-Reply-To: <20191105153707.14645-1-olivier.matz@6wind.com> References: <20190719133845.32432-1-olivier.matz@6wind.com> <20191105153707.14645-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 0/7] mempool: avoid objects allocations across pages 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" 05/11/2019 16:36, Olivier Matz: > Olivier Matz (7): > mempool: allow unaligned addr/len in populate virt > mempool: reduce wasted space on mempool populate > mempool: remove optimistic IOVA-contiguous allocation > mempool: introduce function to get mempool page size > mempool: introduce helpers for populate and calc mem size > mempool: prevent objects from being across pages > mempool: use the specific macro for object alignment Applied, thanks Release notes were added.