From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mbuf: remove deprecated segment free functions Date: Wed, 19 Sep 2018 10:34:06 +0200 Message-ID: <7925280.ILmJk7f28Y@xps> References: <20180910051819.15528-1-david.marchand@6wind.com> <20180917124509.20867-1-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, arybchenko@solarflare.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 914361B53 for ; Wed, 19 Sep 2018 10:34:09 +0200 (CEST) In-Reply-To: <20180917124509.20867-1-david.marchand@6wind.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" 17/09/2018 14:45, David Marchand: > __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 Applied, thanks