From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 138571B203 for ; Mon, 14 Jan 2019 16:23:13 +0100 (CET) Received: from lfbn-1-5920-128.w90-110.abo.wanadoo.fr ([90.110.126.128] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gj46j-0004Om-QC; Mon, 14 Jan 2019 16:24:59 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 14 Jan 2019 16:23:04 +0100 Date: Mon, 14 Jan 2019 16:23:04 +0100 From: Olivier Matz To: Thomas Monjalon Cc: Andrew Rybchenko , Yongseok Koh , konstantin.ananyev@intel.com, dev@dpdk.org Message-ID: <20190114152304.ayexyycxrqnjribl@platinum> References: <20190114052055.12896-1-yskoh@mellanox.com> <210872a4-5e85-bef3-dca1-2e468be373bb@solarflare.com> <2069315.XgEaZRbMEa@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2069315.XgEaZRbMEa@xps> User-Agent: NeoMutt/20170113 (1.7.2) 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:23:13 -0000 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 > > > > <...> > > > > > diff --git a/doc/guides/rel_notes/release_19_02.rst b/doc/guides/rel_notes/release_19_02.rst > > > index 5a46f1acdc..c4ad072412 100644 > > > --- a/doc/guides/rel_notes/release_19_02.rst > > > +++ b/doc/guides/rel_notes/release_19_02.rst > > > @@ -210,6 +210,9 @@ API Changes > > > function from now on. Failed to do so will cause > > > ``rte_cryptodev_sym_session_create()`` function call return error. > > > > > > +* mbuf: ``RTE_MBUF_INDIRECT()``, which was deprecated in 18.05, was replaced > > > + with ``RTE_MBUF_CLONED()`` and removed in 19.02. > > > + > > > > May be order in New Features should be applicable in API changes as well. > > Yes > Usually I take care of it when applying, but would be better to be fixed > in the patch itself :) > >