From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce control mbuf removal Date: Wed, 14 Feb 2018 16:41:04 +0100 Message-ID: <4098185.50pccjDMKq@xps> References: <20180129093027.16357-1-olivier.matz@6wind.com> <1855317.DjBkdKplkU@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic , Kevin Wilson , Konstantin Ananyev To: Olivier Matz Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id B9BE61B2BD for ; Wed, 14 Feb 2018 16:41:16 +0100 (CET) In-Reply-To: <1855317.DjBkdKplkU@xps> 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/02/2018 01:02, Thomas Monjalon: > 29/01/2018 10:30, Olivier Matz: > > Link: http://dpdk.org/ml/archives/dev/2017-July/069813.html > > Link: http://dpdk.org/dev/patchwork/patch/32041/ > > > > Signed-off-by: Olivier Matz > > --- > > +* 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. > > Acked-by: Thomas Monjalon Applied