From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh Subject: Re: [PATCH v2 1/2] eal: remove deprecated function returning mbuf pool ops name Date: Wed, 27 Jun 2018 20:38:13 +0530 Message-ID: <9f1924f0-db37-3845-91d4-4c706cd1a497@caviumnetworks.com> References: <20180626091236.30429-1-olivier.matz@6wind.com> <20180626095637.5637-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: John McNamara To: Olivier Matz , dev@dpdk.org, Hemant Agrawal Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0071.outbound.protection.outlook.com [104.47.38.71]) by dpdk.org (Postfix) with ESMTP id 8E5601BFE4 for ; Wed, 27 Jun 2018 17:08:29 +0200 (CEST) In-Reply-To: <20180626095637.5637-1-olivier.matz@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 Tuesday 26 June 2018 03:26 PM, Olivier Matz wrote: > External Email > > rte_eal_mbuf_default_mempool_ops() is replaced by > rte_mbuf_best_mempool_ops(). > > Signed-off-by: Olivier Matz > --- Acked-by: Santosh Shukla