eal: add function to check lcore role
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 1e65671..fe186cb 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;
 
@@ -218,10 +214,13 @@ EXPERIMENTAL {
        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;
@@ -238,6 +237,17 @@ EXPERIMENTAL {
        rte_service_runstate_set;
        rte_service_set_stats_enable;
        rte_service_start_with_defaults;
-       rte_service_unregister;
+
+} 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_pci_get_iommu_class;
+       rte_pci_match;
 
 } DPDK_17.08;