From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] eal: remove experimental from hotplug add/remove Date: Tue, 2 Oct 2018 11:23:55 +0100 Message-ID: <0bf1f985-3575-0fa9-252b-1e3654ea2f19@intel.com> References: <20181002110405.6871-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Thomas Monjalon , Ian Stokes To: Andrew Rybchenko , Rosen Xu , Tianfei zhang Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 857FC2BC7 for ; Tue, 2 Oct 2018 12:23:58 +0200 (CEST) In-Reply-To: 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 10/2/2018 11:08 AM, Andrew Rybchenko wrote: > On 10/2/18 2:04 PM, Ferruh Yigit wrote: >> rte_eal_hotplug_add() & rte_eal_hotplug_remove() APIs first added on >> v17.08 as experimental >> Commit a3ee360f4440 ("eal: add hotplug add/remove device") >> >> When __rte_experimental tag created, APIs tagged with it on v18.02 >> Commit 77b7b81e32e9 ("add experimental tag to appropriate functions") >> >> After rte_eth_dev_attach() & rte_eth_dev_detach() APIs has been >> deprecated in v18.08 eal APIs are only ones for hotplug operations >> Commit 9f2be5b3db8b ("ethdev: deprecate attach and detach functions") >> >> These APIs are around for a few releases now and without an alternative, >> removing the experimental tag from them. >> >> Signed-off-by: Ferruh Yigit > > Dup of http://patches.dpdk.org/patch/45791/ ? Ahh, yes it is, I will mark this as Rejected, thanks.