devargs: introduce new parsing helper
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 670bab3..0f9e009 100644 (file)
@@ -198,3 +198,21 @@ DPDK_17.05 {
        vfio_get_group_no;
 
 } DPDK_17.02;
+
+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;