From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8A4931B3B4 for ; Thu, 20 Dec 2018 18:17:03 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BB84821593; Thu, 20 Dec 2018 12:17:02 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 20 Dec 2018 12:17:02 -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=2hUxpbprGuDbKZb6a6VoW1Dr5XFJkcA5AGwagr19JMY=; b=glFYidCi1JgP InUla42Ii9adH0652Gl75F48Zi10z5m0wK35RS20/heqLFFO7oFqg/XfAtMk+//n K8o+JIzcgzKpjLcsXQOxx2YytobjJTTzZmICGia/lDiICi+9tO03jLu+vWk0m8Ki aQMaiu3IXTaTWlAG44HbI3OonRyopWg= 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=2hUxpbprGuDbKZb6a6VoW1Dr5XFJkcA5AGwagr19J MY=; b=o9oFRgA6iardLuRSDDZhH1lMqwF6uB84CAYDh4NyaEQ9F6JW1UC+hyM0t 7KRLHOFibSluRanDO9EH7X9P4dgy9EbbEjm3C9I0Jm0Wj3rLRhbZ9IYeoBiOs8JO HsXAZsVovmuaElKCAq+B3oLsIbUrE0S1O9er3Oi7fqVFrGKwb7mIrOIjLhzj/KYq uL3XTjVsZO8HJEyTbBTEBZ5FAfyhbfa29wF0N0ppkHagdv39t+psbf4iI2ycmxcb qwkcabQLwPTfROujfoKxTMKLR3at5RtxtLi+vC8+ZUQXI+fJoWJfdH1/iJ5fKOk9 WkOmNesE7+C/WsTy5mqUri3F5d34Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejfedguddttdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkf gjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhn uceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvd dtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 4178C10084; Thu, 20 Dec 2018 12:17:01 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, shahafs@mellanox.com, yskoh@mellanox.com, shreyansh.jain@nxp.com Date: Thu, 20 Dec 2018 18:17:00 +0100 Message-ID: <25756355.aRN15IlEN9@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 0/4] Allow using external memory without malloc 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: Thu, 20 Dec 2018 17:17:03 -0000 > Anatoly Burakov (4): > malloc: separate creating memseg list and malloc heap > malloc: separate destroying memseg list and heap data > mem: allow registering external memory areas > mem: allow usage of non-heap external memory in multiprocess Applied, thanks