From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mbuf: remove deprecated segment free functions Date: Sun, 16 Sep 2018 11:39:29 +0200 Message-ID: <3144150.fCSgx81mNO@xps> References: <20180910051819.15528-1-david.marchand@6wind.com> <90cb6257-0571-b28e-acf5-badbb235a499@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Andrew Rybchenko , olivier.matz@6wind.com To: David Marchand Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A54122B9E for ; Sun, 16 Sep 2018 11:39:31 +0200 (CEST) In-Reply-To: <90cb6257-0571-b28e-acf5-badbb235a499@solarflare.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/09/2018 10:06, Andrew Rybchenko: > On 09/10/2018 08:18 AM, David Marchand wrote: > > __rte_mbuf_raw_free and __rte_pktmbuf_prefree_seg have been deprecated for > > a long time now (early 17.05), are not part of the abi and are easily > > replaced with existing api. > > > > Signed-off-by: David Marchand > > Acked-by: Andrew Rybchenko I think we need to bump the library version and update the API section in the release notes.