eal: add hotplug add/remove device
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 643ec1c..a118fb1 100644 (file)
@@ -207,3 +207,11 @@ DPDK_17.08 {
        rte_bus_find_by_name;
 
 } DPDK_17.05;
+
+EXPERIMENTAL {
+       global:
+
+       rte_eal_hotplug_add;
+       rte_eal_hotplug_remove;
+
+} DPDK_17.08;