From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 2/2] eal: remove experimental tag from user mbuf pool ops func Date: Thu, 09 Aug 2018 00:46:49 +0200 Message-ID: <3555145.PB9y6AE9nW@xps> References: <20180626095637.5637-1-olivier.matz@6wind.com> <20180807213443.24847-1-zer0@droids-corp.org> <20180807213443.24847-2-zer0@droids-corp.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Hemant Agrawal , John McNamara , Anatoly Burakov , Santosh Shukla 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 673992BE2 for ; Thu, 9 Aug 2018 00:46:53 +0200 (CEST) In-Reply-To: <20180807213443.24847-2-zer0@droids-corp.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/08/2018 23:34, Olivier Matz: > From: Olivier Matz > > Remove experimental tag from rte_eal_mbuf_user_pool_ops(). > > Signed-off-by: Olivier Matz > Acked-by: Santosh Shukla > --- > --- a/lib/librte_eal/rte_eal_version.map > +++ b/lib/librte_eal/rte_eal_version.map > @@ -261,6 +261,12 @@ DPDK_18.08 { > > } DPDK_18.05; > > +DPDK_18.08 { > + global: > + > + rte_eal_mbuf_user_pool_ops; > +} DPDK_18.05; > + There is already a section DPDK_18.08 so I moved the function there. Series applied with above fix, thanks