From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] eal: internalize devargs parsing Date: Sun, 09 Jul 2017 12:28:28 +0200 Message-ID: <12210751.V8za9RMinW@xps> References: <20170709092847.13339-1-jblunck@infradead.org> <20170709092847.13339-2-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Blunck Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 91490568A for ; Sun, 9 Jul 2017 12:28:30 +0200 (CEST) In-Reply-To: <20170709092847.13339-2-jblunck@infradead.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" 09/07/2017 11:28, Jan Blunck: > This is going to get cleaned up in future releases so lets not expose > this API unnecessarily. > > Signed-off-by: Jan Blunck > --- > --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map > +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > @@ -211,7 +211,6 @@ DPDK_17.08 { > EXPERIMENTAL { > global: > > - rte_eal_devargs_parse; > rte_eal_hotplug_add; > rte_eal_hotplug_remove; We need to expose it temporarily as experimental in order to let the failsafe driver calling it. When reworked in 17.11, this function or an equivalent should allow failsafe (and maybe bonding) to parse slave declaration.