eal: introduce PCI ioport API
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 828496f..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: *;
 };
@@ -140,3 +138,16 @@ DPDK_2.2 {
        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;