From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] memzone: document reserving zero-length memzones Date: Mon, 14 May 2018 02:01:29 +0200 Message-ID: <33184831.MgCL7t9TaC@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Anatoly Burakov Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id C3C4B1BD98 for ; Mon, 14 May 2018 02:01:32 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/05/2018 18:25, Anatoly Burakov: > Currently, reserving a memzone with length set to 0 will not trigger > any memory allocations, and memzone will instead be looking through > already allocated memory only. Document this limitation. > > Signed-off-by: Anatoly Burakov Applied, thanks