From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 5A687187 for ; Tue, 24 Apr 2018 02:20:34 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BFD0E219FC; Mon, 23 Apr 2018 20:20:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 23 Apr 2018 20:20:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=tKmo4Jl4b7AIo8uwvTUmxOrrwp 2fa3P+Wps3LeyA+O4=; b=HzfKUPYLGWEhKBGTtOg6OacKmh/jI/lJ6BstbTPghg m10//vZOLA6FnWd0bchIOggbdQFR3o+2ROIEloavkYGBfj02pTBxUVMbl6avaDxl jQO5M0kS3XO3efYHTToDdBlL5tBk2XTxFfYn5iXJeQ0SSlY8xDV7Rny13YwkxZMN I= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=tKmo4J l4b7AIo8uwvTUmxOrrwp2fa3P+Wps3LeyA+O4=; b=VFX0TW+GUPpElEfNpXRcD1 3y0nfBcaB7DnzSMJu/RNa8DprpE7JDUUazz2BnWatq57svmpAzf2wSnx1gMnurZX K05XoCW3UmY9cLgPROE9/PWRas5kUu8gwGh7Dl22Dr673Qw0SUKlQdUX6xEvZD+W 6Uz+X/qYreOAbPmExhozNMCm2LYPskoYMJ7xcPoYt7CZ6NrlYXTjkl3lvlnOzDxU R6drQ/2UWfi5qYQCPeRhwvbdKfDGz8UknqflZPwxgPMmNkDgpWTURwwDhVVB1e9T 4GlNH6BU0TQt+y+ga1Do3Ab+s2X3TEEN7nDhFtIPqArPZAP44GRkJNACsWAg0apA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 95F2DE5088; Mon, 23 Apr 2018 20:20:32 -0400 (EDT) From: Thomas Monjalon To: Andrew Rybchenko Cc: dev@dpdk.org, Olivier MATZ , Anatoly Burakov , Santosh Shukla , Jerin Jacob , Hemant Agrawal , Shreyansh Jain Date: Tue, 24 Apr 2018 02:20:30 +0200 Message-ID: <24615453.QPkBULvUYc@xps> In-Reply-To: <1523885080-17168-1-git-send-email-arybchenko@solarflare.com> References: <1511539591-20966-1-git-send-email-arybchenko@solarflare.com> <1523885080-17168-1-git-send-email-arybchenko@solarflare.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 00/11] mempool: prepare to add bucket 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: Tue, 24 Apr 2018 00:20:34 -0000 16/04/2018 15:24, Andrew Rybchenko: > The initial patch series [1] is split into two to simplify processing. > The second series relies on this one and will add bucket mempool driver > and related ops. [...] > Andrew Rybchenko (9): > mempool: fix memhdr leak when no objects are populated > mempool: rename flag to control IOVA-contiguous objects > mempool: add op to calculate memory size to be allocated > mempool: add op to populate objects using provided memory > mempool: remove callback to get capabilities > mempool: deprecate xmem functions > mempool/octeontx: prepare to remove register memory area op > mempool/dpaa: prepare to remove register memory area op > mempool: remove callback to register memory area > > Artem V. Andreev (2): > mempool: ensure the mempool is initialized before populating > mempool: support flushing the default cache of the mempool Series applied (with formatting in release notes), thanks.