eal: mark internal interrupts file as such to doxygen
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 2e3c9f4..8802b28 100644 (file)
@@ -44,8 +44,6 @@ DPDK_2.0 {
        rte_free;
        rte_get_hpet_cycles;
        rte_get_hpet_hz;
-       rte_get_log_level;
-       rte_get_log_type;
        rte_get_tsc_hz;
        rte_hexdump;
        rte_intr_callback_register;
@@ -78,8 +76,6 @@ DPDK_2.0 {
        rte_openlog_stream;
        rte_realloc;
        rte_set_application_usage_hook;
-       rte_set_log_level;
-       rte_set_log_type;
        rte_socket_id;
        rte_strerror;
        rte_strsplit;
@@ -87,8 +83,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 +112,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,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;
@@ -235,10 +229,22 @@ 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_memcpy_ptr;
+       rte_pci_get_iommu_class;
+       rte_pci_match;
 
 } DPDK_17.08;