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 <ferruh.yi...@intel.com>
Dup of http://patches.dpdk.org/patch/45791/ ?