From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH] mbuf: remove deprecated segment free functions Date: Mon, 10 Sep 2018 11:06:57 +0300 Message-ID: <90cb6257-0571-b28e-acf5-badbb235a499@solarflare.com> References: <20180910051819.15528-1-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: David Marchand , 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 8378111A4 for ; Mon, 10 Sep 2018 10:07:31 +0200 (CEST) In-Reply-To: <20180910051819.15528-1-david.marchand@6wind.com> Content-Language: en-US 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 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