From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH 1/2] mbuf: remove deprecated macro Date: Mon, 14 Jan 2019 10:40:18 +0300 Message-ID: <210872a4-5e85-bef3-dca1-2e468be373bb@solarflare.com> References: <20190114052055.12896-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Yongseok Koh , , , Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 997D61B44D for ; Mon, 14 Jan 2019 08:40:29 +0100 (CET) In-Reply-To: <20190114052055.12896-1-yskoh@mellanox.com> Content-Language: en-GB List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 <...> > 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.