From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/2] eal: remove deprecated function returning mbuf pool ops name Date: Sun, 05 Aug 2018 23:45:32 +0200 Message-ID: <8664645.kSU2Z1G3sY@xps> References: <20180626091236.30429-1-olivier.matz@6wind.com> <20180626095637.5637-1-olivier.matz@6wind.com> <2235000.OHkBLmEnZC@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Hemant Agrawal , santosh.shukla@caviumnetworks.com, John McNamara To: Olivier Matz Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 945161B5B4 for ; Sun, 5 Aug 2018 23:45:35 +0200 (CEST) In-Reply-To: <2235000.OHkBLmEnZC@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" 26/07/2018 23:42, Thomas Monjalon: > 26/06/2018 11:56, Olivier Matz: > > rte_eal_mbuf_default_mempool_ops() is replaced by > > rte_mbuf_best_mempool_ops(). > > > > Signed-off-by: Olivier Matz > > --- > > > > v2: > > * remove rte_eal_mbuf_user_pool_ops from .map in next patch instead of this > > > > doc/guides/rel_notes/deprecation.rst | 9 --------- > > lib/librte_eal/bsdapp/eal/eal.c | 10 ---------- > > lib/librte_eal/common/include/rte_eal.h | 11 ----------- > > lib/librte_eal/linuxapp/eal/eal.c | 10 ---------- > > lib/librte_eal/rte_eal_version.map | 1 - > > 5 files changed, 41 deletions(-) > > Please bump ABI version and update the release notes. > Thanks Olivier, ping!