eal: add function to check lcore role
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index 5128138..d19f264 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;
 
@@ -115,7 +113,6 @@ DPDK_2.2 {
        rte_keepalive_dispatch_pings;
        rte_keepalive_mark_alive;
        rte_keepalive_register_core;
-       rte_xen_dom0_supported;
 
 } DPDK_2.1;
 
@@ -213,11 +210,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_is_running;
+       rte_service_get_name;
        rte_service_lcore_add;
        rte_service_lcore_count;
        rte_service_lcore_count_services;
@@ -230,10 +229,21 @@ EXPERIMENTAL {
        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;
        rte_service_start_with_defaults;
-       rte_service_stop;
-       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;