From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] mbuf: remove deprecated macro Date: Mon, 14 Jan 2019 16:40:34 +0100 Message-ID: <1882246.rxhfl6hA7Q@xps> References: <20190114052055.12896-1-yskoh@mellanox.com> <2069315.XgEaZRbMEa@xps> <20190114152304.ayexyycxrqnjribl@platinum> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz , Andrew Rybchenko , konstantin.ananyev@intel.com To: Yongseok Koh 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) In-Reply-To: <20190114152304.ayexyycxrqnjribl@platinum> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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