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 A2C5B2BB0 for ; Mon, 28 May 2018 01:48:24 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 46BF621003; Sun, 27 May 2018 19:48:24 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 May 2018 19:48:24 -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=HTn0XpUPBmFDsheRGU1MX++yog q7QAWyOYhGpKkU6ig=; b=OSGRMFQg2b9q3mCs+WVZlkk8cp6gEcRg0AjP+WkY8U HDdSDudklZNi9QUb/T5D735xGPqPI6XDHEDXEo+DquSknbJl8K8PxLQiA+iH/83J 4aq6XBubcLc+zFsAPzAu+WwZGJEho4vogOlOuVpJdq4EMwufGhkBiyAD+KVwCXDs A= 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=HTn0Xp UPBmFDsheRGU1MX++yogq7QAWyOYhGpKkU6ig=; b=gjGrkvatjvc5vrSziJPPVp VAEG4m6fSAEOcSPmdUdayAHwTSEoLktweIdnnWl8cSiPzT7jwr33yXILjERHMBev TYDoDPovz3VAlxquHLzXvXDzfQ2ZRZjly7xuc8NxS7ZbrTvJQkK43HHtPXBVS18D YM7z7G8GFgyZtPuYv449oBbdIfo47iQn6kfc7ogNphe35qmvgb8rBEapkxzzIg5+ GIuopst+fHfHR6LNUpNFKhnK8rIhqhmFvyb+9nW7hfZ1zCqkEEorU8Z2mMsUsujE ucw+2anisGbiOXbW3eHytgaiDlA1CETknHYtvvhnHjoZjvsR7YjKtgzpy0P4WhpA == 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 BF141E465D; Sun, 27 May 2018 19:48:23 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org Date: Mon, 28 May 2018 01:48:22 +0200 Message-ID: <2521767.CDa6laxvnI@xps> In-Reply-To: References: <693c688e4189c1f7cb131ab76a287743011743b9.1527255565.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 2/2] memzone: clarify support for zero-length memzones 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: Sun, 27 May 2018 23:48:24 -0000 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