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 E23DEA00C5; Sun, 5 Jul 2020 22:08:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1422A1D6B9; Sun, 5 Jul 2020 22:08:32 +0200 (CEST) Received: from new2-smtp.messagingengine.com (new2-smtp.messagingengine.com [66.111.4.224]) by dpdk.org (Postfix) with ESMTP id 38A171D5B8 for ; Sun, 5 Jul 2020 22:08:31 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailnew.nyi.internal (Postfix) with ESMTP id C7245580341; Sun, 5 Jul 2020 16:08:30 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Sun, 05 Jul 2020 16:08:30 -0400 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=fm1; bh= XLhiOKI/joYsC7JqyyJHQzYkGRrghERrdTY2YcfrHUw=; b=S6QL026V28KA+XJ4 XxyLcecevGE3jplw86s3i71+PYaZHGAOUgnG5FXcEPeov61KGas/xhG/6TfDyd5c n9YxkDY4A3bkEpKrM606yR4uITTxQIh019SwmY0umeAo3uy02XEukLKH9koLiT0F GpfjYYMmf7Q1vvBLGX+2rQ10fZigR4AokDcpYsf8au3Y8YRSkTEsK0bZ5rT5zg5/ ixregfgFu+jPgyfMqHug2uMcCpx5D08uVvjlzDBEeSpB8D1/V2DJIdEvaCfWUFiK XeJJR9TIRb0RXVp9fTbVCzXARhyktAv83AMdU6Oabc3zagAB0IY6zKYnrajsdEG6 vlsghA== 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=fm3; bh=XLhiOKI/joYsC7JqyyJHQzYkGRrghERrdTY2YcfrH Uw=; b=djYvAAu5ntYwpMUVTnbTLyvcaXk/PP6xvr9l6lwvHGMjb8q1XgPesuh3W zfmSoDSLpFiAkZ/mN94+75lGXrPLMbaYscIucQwqIFYJEJJXe6ruieM49swSGHYT UudSgJEZPRNMjonMrjcAtW2QtbarKoi5lX8tv8F7qNtF7E9SXIGNSNdeiXB13Bc8 Pe3lmC96gVj+g0wcI05fgZ8R3mYa4k9M7+XghSsyXgZjA8jr7S9Re0Un7XO01yfG CQjL4e6Mgv1CWK8NuyYgW7cmLkRrYpl4s8nCU5Qf3Oz0KWtmsYtMGBd3Q0fvy21S xNrxfuubKh4uAlHF3GXQQDE+p9TRg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedruddugddugeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 F0222306AA9F; Sun, 5 Jul 2020 16:08:28 -0400 (EDT) From: Thomas Monjalon To: Fady Bader Cc: dev@dpdk.org, tbashar@mellanox.com, talshn@mellanox.com, yohadt@mellanox.com, dmitry.kozliuk@gmail.com, harini.ramakrishnan@microsoft.com, ocardona@microsoft.com, pallavi.kadam@intel.com, ranjit.menon@intel.com, olivier.matz@6wind.com, arybchenko@solarflare.com, mdr@ashroe.eu, nhorman@tuxdriver.com Date: Sun, 05 Jul 2020 22:08:27 +0200 Message-ID: <5695093.fyxNVZCfRL@thomas> In-Reply-To: <20200705134746.26240-3-fady@mellanox.com> References: <20200705114629.2152-1-fady@mellanox.com> <20200705134746.26240-1-fady@mellanox.com> <20200705134746.26240-3-fady@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 2/3] mempool: use generic memory management 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/07/2020 15:47, Fady Bader: > Using generic memory management calls instead of Unix memory management > calls for mempool. > > Signed-off-by: Fady Bader Acks received on previous versions are missing. Please attention to all details.