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 D528E2C56 for ; Mon, 28 May 2018 02:17:43 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 363822111D; Sun, 27 May 2018 20:17:43 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 May 2018 20:17:43 -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=SIxd/RqDSc7xXMnz4fxWkoOTvI FAyL+dxbXrfG/skZo=; b=clDOLO3qQXNBcq1MGQqaWLmb8H7iJyK6tkudrlDVhb bJPT6otHQLO+6oYRiUIYNPeUiupaBV6gdKlft+ADsZYLIJQqhb38kht9aww4HX70 hF+foqTdDkLPUxctuwH51SU/ws3NBBo/VEJfr3e7AI3Fs/RUEuROcw8eEokttJ5v 8= 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=SIxd/R qDSc7xXMnz4fxWkoOTvIFAyL+dxbXrfG/skZo=; b=DF1sEzuA9dh5yn/IgxgarT FBeF1QzPZdvjFEPU749B1wtJAnqxrqV0TSB8Pi6puj+NvA09QSMO50790xaPpLHO 12sZKAgzilbAi6ZDefe/SGSaKsPpLSDZ6iZfGxEA62lMk5zc+9mm0tSYYXkwVKDN u7LBBZ15UPMuWLbV0qguAX3hOaiwa2gSOsZF2iEa5UlLyjpyYAp6+F5hb55o8ZI/ pe3h5b/PcbDzlY5kHBYf59njiRyAFqBF+IM26vosw0HoocMPM064TgInST1iRadk MAzR9mmJRk2U9zjZbwu3IqbEOeVAmbKuaM7DHmA9VN4pLOVv+AudoCgF2i8bLoKg == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: 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 77515E4117; Sun, 27 May 2018 20:17:42 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, John McNamara , Marko Kovacevic Date: Mon, 28 May 2018 02:17:41 +0200 Message-ID: <7529817.pDXVKZElBf@xps> In-Reply-To: <68f449f31b079aad4707cf6c9db8d1042861381d.1527255643.git.anatoly.burakov@intel.com> References: <68f449f31b079aad4707cf6c9db8d1042861381d.1527255643.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] doc: update documentation for memory subsystem 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: Mon, 28 May 2018 00:17:44 -0000 25/05/2018 15:41, Anatoly Burakov: > Document new command-line switches and the principles behind the > new memory subsystem. Also, replace outdated malloc heap picture. > > Signed-off-by: Anatoly Burakov Series applied, thanks