From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: remove eal API for default mempool ops name Date: Wed, 14 Feb 2018 15:58:27 +0100 Message-ID: <2057022.Pm3tFIM1yP@xps> References: <1517558633-27178-1-git-send-email-hemant.agrawal@nxp.com> <20180202140138.orrwvdotxgr3upuj@platinum> <487ee606-f68e-54ac-4c5f-413e3dbbb45a@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , Olivier Matz , pbhagavatula@caviumnetworks.com, nipun.gupta@nxp.com, jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com To: Hemant Agrawal Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 6B9331B308 for ; Wed, 14 Feb 2018 15:58:40 +0100 (CET) In-Reply-To: <487ee606-f68e-54ac-4c5f-413e3dbbb45a@intel.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" 13/02/2018 12:28, Ferruh Yigit: > On 2/2/2018 2:01 PM, Olivier Matz wrote: > > On Fri, Feb 02, 2018 at 02:01:42PM +0530, Hemant Agrawal wrote: > >> Signed-off-by: Hemant Agrawal > >> --- > >> +* eal: a new set of mbuf mempool ops name APIs for user, platform and best > >> + mempool names have been defined in ``rte_mbuf`` in v18.02. The uses of > >> + ``rte_eal_mbuf_default_mempool_ops`` shall be replaced by > >> + ``rte_mbuf_best_mempool_ops``. > >> + The following function is now redundant and it is target to be deprecated in > >> + 18.05: > >> + > >> + - ``rte_eal_mbuf_default_mempool_ops`` > > > > Acked-by: Olivier Matz > > Acked-by: Ferruh Yigit Applied