devargs: introduce new parsing helper
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 944416e..0f9e009 100644 (file)
@@ -203,5 +203,16 @@ DPDK_17.08 {
        global:
 
        rte_bus_find;
+       rte_bus_find_by_device;
+       rte_bus_find_by_name;
 
 } DPDK_17.05;
+
+EXPERIMENTAL {
+       global:
+
+       rte_eal_devargs_parse;
+       rte_eal_hotplug_add;
+       rte_eal_hotplug_remove;
+
+} DPDK_17.08;