eal: add hotplug add/remove device
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index d138a96..0295ea9 100644 (file)
@@ -202,3 +202,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;