From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 5E6931B1E9 for ; Mon, 14 Jan 2019 16:40:37 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E9C852E11F; Mon, 14 Jan 2019 10:40:36 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 14 Jan 2019 10:40:36 -0500 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=SRROENVRx2OARHywnXw4fQnC3O2k53m5gDmVDf8mSJQ=; b=binSuHbGAgO/ bbpE6omZrIYkYqp9gomVCbFCFw5vg+jJndqISPXI3gwT1WyENx/PbWOjWPGQ9sQ5 O4XfyQ25FIv87o/99Rwwy2h1L2scxLVL5R5RSg/CENXtwWrwzuNnSsnu6asvMl/f UYc2Fl6fTqbzsKkAUHmKIitOdqcdvds= 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=fm1; bh=SRROENVRx2OARHywnXw4fQnC3O2k53m5gDmVDf8mS JQ=; b=zXNyG0aJdkqoOLIS+WygKlRbRYpnIk0rSrlAPM6Oiaf1Dw15biWLuMXWI HE705lsHzoRXkYLqZkWj7lJNRThP1SGqgQXq8ZWyj1Od9hbcUfMN9GL0sm2Hj6vi 7eDRtQI/obyiuf05qiA8EGJb4KhAylX8SQ7+0BkUYLGXTxBhl3GmmgPCP13EPIsm g0WDgKlKBBccqCItBorAlRYmjVBcPFCngH5X4hNH+NaUJxMpaa+MmO9UVdXMX/C5 8Jev9rg0zTzCmY0BydEBuYbYb/KY4c064vrsbOdhClEkwJEoSguLLtzFWNrTniDZ ukdoPRbHJcJc0PG06O7BHmstD0nEQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgedugdektdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 6CD6D10281; Mon, 14 Jan 2019 10:40:35 -0500 (EST) From: Thomas Monjalon To: Yongseok Koh Cc: dev@dpdk.org, Olivier Matz , Andrew Rybchenko , konstantin.ananyev@intel.com Date: Mon, 14 Jan 2019 16:40:34 +0100 Message-ID: <1882246.rxhfl6hA7Q@xps> In-Reply-To: <20190114152304.ayexyycxrqnjribl@platinum> References: <20190114052055.12896-1-yskoh@mellanox.com> <2069315.XgEaZRbMEa@xps> <20190114152304.ayexyycxrqnjribl@platinum> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] mbuf: remove deprecated macro 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, 14 Jan 2019 15:40:37 -0000 14/01/2019 16:23, Olivier Matz: > On Mon, Jan 14, 2019 at 10:50:50AM +0100, Thomas Monjalon wrote: > > 14/01/2019 08:40, Andrew Rybchenko: > > > On 1/14/19 8:20 AM, Yongseok Koh wrote: > > > > RTE_MBUF_INDIRECT() is replaced with RTE_MBUF_CLONED() and removed. > > > > This macro was deprecated in release 18.05 when EXT_ATTACHED_MBUF was > > > > introduced. > > > > > > > > Signed-off-by: Yongseok Koh > > > > > > Acked-by: Andrew Rybchenko > > Acked-by: Olivier Matz Applied, thanks