]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/eal/rte_eal_version.map
eal: add hotplug add/remove device
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 3c193e492781ba80cdf8a7b0dfb8bc1395c64045..a118fb1600a1417e34e23039c523de435164d33b 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;