From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] eal: deprecate function to set default mbuf pool Date: Thu, 24 May 2018 15:29:29 +0530 Message-ID: <20180524095927.GA1449@jerin> References: <20180524094407.6969-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Hemant Agrawal To: Olivier Matz Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0043.outbound.protection.outlook.com [104.47.41.43]) by dpdk.org (Postfix) with ESMTP id BB0D11B05 for ; Thu, 24 May 2018 11:59:47 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180524094407.6969-1-olivier.matz@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" -----Original Message----- > Date: Thu, 24 May 2018 11:44:07 +0200 > From: Olivier Matz > To: dev@dpdk.org > CC: Hemant Agrawal , Jerin Jacob > > Subject: [PATCH] eal: deprecate function to set default mbuf pool > X-Mailer: git-send-email 2.11.0 > > 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