eal: add hotplug add/remove device
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 3c193e4..a118fb1 100644 (file)
@@ -204,5 +204,14 @@ DPDK_17.08 {
 
        rte_bus_find;
        rte_bus_find_by_device;
+       rte_bus_find_by_name;
 
 } DPDK_17.05;
+
+EXPERIMENTAL {
+       global:
+
+       rte_eal_hotplug_add;
+       rte_eal_hotplug_remove;
+
+} DPDK_17.08;