From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: deprecate function to set default mbuf pool Date: Mon, 28 May 2018 02:31:29 +0200 Message-ID: <1620010.NMQE6rb8Nk@xps> References: <20180524094407.6969-1-olivier.matz@6wind.com> <20180524095927.GA1449@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Hemant Agrawal , Jerin Jacob 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 BA6AF2BB0 for ; Mon, 28 May 2018 02:31:31 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/05/2018 12:08, Hemant Agrawal: > > Deprecate rte_eal_mbuf_default_mempool_ops(), it shall be replaced by > > rte_mbuf_best_mempool_ops(). > > > > Cc: Hemant Agrawal > > Cc: Jerin Jacob > > > > Signed-off-by: Olivier Matz > > Acked-by: Jerin Jacob > Acked-by: Hemant Agrawal Acked-by: Thomas Monjalon Applied, thanks