vfio: fix secondary process initialization
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 0f9e009..c173ccf 100644 (file)
@@ -87,8 +87,6 @@ DPDK_2.0 {
        rte_thread_get_affinity;
        rte_thread_set_affinity;
        rte_vlog;
-       rte_xen_dom0_memory_attach;
-       rte_xen_dom0_memory_init;
        rte_zmalloc;
        rte_zmalloc_socket;
 
@@ -118,8 +116,6 @@ DPDK_2.2 {
        rte_keepalive_dispatch_pings;
        rte_keepalive_mark_alive;
        rte_keepalive_register_core;
-       rte_xen_dom0_supported;
-       rte_xen_mem_phy2mch;
 
 } DPDK_2.1;
 
@@ -205,14 +201,54 @@ DPDK_17.08 {
        rte_bus_find;
        rte_bus_find_by_device;
        rte_bus_find_by_name;
+       rte_log_get_level;
 
 } DPDK_17.05;
 
 EXPERIMENTAL {
        global:
 
+       rte_eal_devargs_insert;
        rte_eal_devargs_parse;
+       rte_eal_devargs_remove;
        rte_eal_hotplug_add;
        rte_eal_hotplug_remove;
+       rte_service_component_register;
+       rte_service_component_unregister;
+       rte_service_component_runstate_set;
+       rte_service_dump;
+       rte_service_get_by_id;
+       rte_service_get_by_name;
+       rte_service_get_count;
+       rte_service_get_name;
+       rte_service_lcore_add;
+       rte_service_lcore_count;
+       rte_service_lcore_count_services;
+       rte_service_lcore_del;
+       rte_service_lcore_list;
+       rte_service_lcore_reset_all;
+       rte_service_lcore_start;
+       rte_service_lcore_stop;
+       rte_service_map_lcore_get;
+       rte_service_map_lcore_set;
+       rte_service_probe_capability;
+       rte_service_reset;
+       rte_service_runstate_get;
+       rte_service_runstate_set;
+       rte_service_set_stats_enable;
+       rte_service_start_with_defaults;
+
+} DPDK_17.08;
+
+DPDK_17.11 {
+       global:
+
+       rte_bus_get_iommu_class;
+       rte_eal_iova_mode;
+       rte_eal_mbuf_default_mempool_ops;
+       rte_lcore_has_role;
+       rte_memcpy_ptr;
+       rte_pci_get_iommu_class;
+       rte_pci_match;
 
 } DPDK_17.08;