From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id E974BA0096 for ; Tue, 4 Jun 2019 13:10:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 48D341BAF5; Tue, 4 Jun 2019 13:10:30 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0FFFE1BAE6 for ; Tue, 4 Jun 2019 13:10:29 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A37BC222BD; Tue, 4 Jun 2019 07:10:28 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 04 Jun 2019 07:10:28 -0400 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=k21SWzS/l4zHEGSSnbYebGyF6emftkoz8gtEeNmC0rY=; b=JQgbL5KwGDTb gYT8bbEGgRjJnssjZlYMjYlpBrNkQF6U3iuZPWegXRxgtWlZrw/N/nOKTvLRpJTj tdH5wqmFEn4s0iRB3XZ4OIIqGJcPvBktlKqjFJ9yEWbBSPdIW1gOdSNQtizZ77E0 JKXocnssScg6zKzRVZJCHb49oQ92aWk= 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=fm2; bh=k21SWzS/l4zHEGSSnbYebGyF6emftkoz8gtEeNmC0 rY=; b=elIja8TjGU7eEdQOmqVWnaG6YRq9rVTEFktPM9TqLZiOLVuTWguwNObOi Nc9q9tA1tbRVtc9FRWYSDG//BHQ1d+wEf5mAvFDGnEsaLhPN6nwmg4Sj8VdcNiNU xOz7Rylz8L5b4qPLE+ef3Uo7Zz/RUklMYgd9npC1fmT+ZNSS6SDL/LasXI86HWuL w5Dt3ruZNCCyIZaNcchVP5hDaswyMXGL+Bm8ufURak2jeqe7//ZulZtrOcm1ia1X ZVR4aQ+Khfu6l6FRBxupjpHXS40AcIstDVsQrmZXFx5nRbIbY+LybHSXKDAXyFuv m2kM3rB7N61BAxBVuqzurXYTKyz4A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudefledgfeejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu 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 9A820380086; Tue, 4 Jun 2019 07:10:27 -0400 (EDT) From: Thomas Monjalon To: Xiaolong Ye Cc: dev@dpdk.org, Olivier Matz Date: Tue, 04 Jun 2019 13:10:26 +0200 Message-ID: <4608664.18ksSDEQCB@xps> In-Reply-To: <20190516075849.3jjwinnxh5vuzjb5@platinum> References: <20190516072856.27086-1-xiaolong.ye@intel.com> <20190516075849.3jjwinnxh5vuzjb5@platinum> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ring: remove unnecessary forward declaration 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 16/05/2019 09:58, Olivier Matz: > On Thu, May 16, 2019 at 03:28:56PM +0800, Xiaolong Ye wrote: > > As memzone.h is introduced by commit 38c9817ee1d8 ("mempool: adjust name > > size in related data types"), forward declaration for rte_memzone is no > > longer needed. > > > > Signed-off-by: Xiaolong Ye > > Acked-by: Olivier Matz Applied, thanks