From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 2C7463237 for ; Tue, 2 Oct 2018 12:09:41 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us4.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 08B9928005C; Tue, 2 Oct 2018 10:09:39 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 2 Oct 2018 11:09:33 +0100 To: Ferruh Yigit , Rosen Xu , Tianfei zhang CC: , Thomas Monjalon , Ian Stokes References: <20181002110405.6871-1-ferruh.yigit@intel.com> From: Andrew Rybchenko Message-ID: Date: Tue, 2 Oct 2018 13:08:50 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <20181002110405.6871-1-ferruh.yigit@intel.com> Content-Language: en-GB X-Originating-IP: [91.220.146.112] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24130.003 X-TM-AS-Result: No-6.194500-8.000000-10 X-TMASE-MatchedRID: scwq2vQP8OEOwH4pD14DsPHkpkyUphL9sEf8CpnIYtlUjspoiX02FzC8 b9AiRdioR5KBY5usn0wVLdL1nSIVCmrRCqFi6ztkaDgPZBX/bMvqvccKLF+4pwwv1ZvdCH+FVM2 p/cRDyjFic/5yraYWDlebGpjHs5mWxldSKOGXaXwZCVRU/aI9zA3mvPKZj/z+QiO6TS4ko33FM8 3SLuKMYfdoK1MEIGGXeTjw/FyRX6RNfs8n85Te8oMbH85DUZXy/lZqDVyf/BTSaSmF5VCjdI6HM 5rqDwqtE1ioWiTgT5vIruq2ZVA9aAJPS57RbF4O/RnqUx2EfaCW7cQZ175u08+ofmK0EEFtdSFH OBfQgYR/FNhwXs0TzU4uz8ejxs5rJN6U/7eJoeFnSsysmFmAhlmVsiXH977jhKgFUomYn+XXqB+ 3tl2hyO53VgZ94BQg+IQh8yYjjCziux1YkpcnG7BTtnXEUH+Hnqg/VrSZEiM= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--6.194500-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24130.003 X-MDID: 1538474980-nrzVoQpssZoQ Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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:09:41 -0000 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/ ?