eal: introduce PCI ioport API
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index dbb8fa1..e8d8660 100644 (file)
@@ -94,7 +94,6 @@ DPDK_2.0 {
        rte_set_application_usage_hook;
        rte_set_log_level;
        rte_set_log_type;
-       rte_snprintf;
        rte_socket_id;
        rte_strerror;
        rte_strsplit;
@@ -106,7 +105,6 @@ DPDK_2.0 {
        rte_xen_dom0_memory_init;
        rte_zmalloc;
        rte_zmalloc_socket;
-       test_mp_secondary;
 
        local: *;
 };
@@ -128,3 +126,28 @@ DPDK_2.1 {
        rte_memzone_free;
 
 } DPDK_2.0;
+
+DPDK_2.2 {
+       global:
+
+       rte_intr_cap_multiple;
+       rte_keepalive_create;
+       rte_keepalive_dispatch_pings;
+       rte_keepalive_mark_alive;
+       rte_keepalive_register_core;
+       rte_xen_dom0_supported;
+
+} DPDK_2.1;
+
+DPDK_2.3 {
+       global:
+
+       rte_cpu_get_flag_name;
+       rte_eal_pci_ioport_map;
+       rte_eal_pci_ioport_read;
+       rte_eal_pci_ioport_unmap;
+       rte_eal_pci_ioport_write;
+       rte_eal_pci_map_device;
+       rte_eal_pci_unmap_device;
+
+} DPDK_2.2;