From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] memzone: clarify support for zero-length memzones Date: Mon, 28 May 2018 01:48:22 +0200 Message-ID: <2521767.CDa6laxvnI@xps> References: <693c688e4189c1f7cb131ab76a287743011743b9.1527255565.git.anatoly.burakov@intel.com> 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 out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A2C5B2BB0 for ; Mon, 28 May 2018 01:48:24 +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" 25/05/2018 15:39, Anatoly Burakov: > Currently, memzone allocation with length set to 0 that are also > IOVA-contiguous is not supported. Document this limitation. > > Signed-off-by: Anatoly Burakov Series applied, thanks