From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2018 03:23:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,331,1534834800"; d="scan'208";a="267709014" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by fmsmga005.fm.intel.com with ESMTP; 02 Oct 2018 03:23:56 -0700 To: Andrew Rybchenko , Rosen Xu , Tianfei zhang Cc: dev@dpdk.org, Thomas Monjalon , Ian Stokes References: <20181002110405.6871-1-ferruh.yigit@intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <0bf1f985-3575-0fa9-252b-1e3654ea2f19@intel.com> Date: Tue, 2 Oct 2018 11:23:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] eal: remove experimental from hotplug add/remove X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2018 10:23:59 -0000 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.