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 596511B1B9 for ; Mon, 12 Feb 2018 11:22:23 +0100 (CET) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] 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 1elBFn-0001rZ-Vy; Mon, 12 Feb 2018 11:22:33 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 12 Feb 2018 11:22:15 +0100 Date: Mon, 12 Feb 2018 11:22:15 +0100 From: Olivier Matz To: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic Cc: Kevin Wilson , Konstantin Ananyev Message-ID: <20180212102215.bzowbuxr7r6asliq@platinum> References: <20180129093027.16357-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180129093027.16357-1-olivier.matz@6wind.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH] doc: announce control mbuf removal 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, 12 Feb 2018 10:22:23 -0000 Hi, Please, any other comments or acks for this one? Thanks Olivier On Mon, Jan 29, 2018 at 10:30:27AM +0100, Olivier Matz wrote: > Link: http://dpdk.org/ml/archives/dev/2017-July/069813.html > Link: http://dpdk.org/dev/patchwork/patch/32041/ > > Signed-off-by: Olivier Matz > --- > doc/guides/rel_notes/deprecation.rst | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index d59ad5988..e98ce6a0a 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -59,3 +59,16 @@ Deprecation Notices > be added between the producer and consumer structures. The size of the > structure and the offset of the fields will remain the same on > platforms with 64B cache line, but will change on other platforms. > + > +* mbuf: The control mbuf API will be removed in v18.05. The impacted > + functions and macros are: > + > + - ``rte_ctrlmbuf_init()`` > + - ``rte_ctrlmbuf_alloc()`` > + - ``rte_ctrlmbuf_free()`` > + - ``rte_ctrlmbuf_data()`` > + - ``rte_ctrlmbuf_len()`` > + - ``rte_is_ctrlmbuf()`` > + - ``CTRL_MBUF_FLAG`` > + > + The packet mbuf API should be used as a replacement. > -- > 2.11.0 >