eal: add function to check lcore role
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index a7aa481..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;
 
@@ -214,10 +211,12 @@ EXPERIMENTAL {
        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;
@@ -236,3 +235,15 @@ EXPERIMENTAL {
        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_pci_get_iommu_class;
+       rte_pci_match;
+
+} DPDK_17.08;