]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/eal/rte_eal_version.map
pci: support class id probing
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index cbe175f402c0c3d227158dc43ab0e5fe54d36cff..3d0ff930c06b6f2619906febdda011d7ee11eb56 100644 (file)
@@ -57,6 +57,8 @@ 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;
@@ -138,3 +140,24 @@ DPDK_2.2 {
        rte_xen_dom0_supported;
 
 } DPDK_2.1;
+
+DPDK_16.04 {
+       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;
+       rte_eal_primary_proc_alive;
+
+} DPDK_2.2;
+
+DPDK_16.07 {
+       global:
+
+       pci_get_sysfs_path;
+
+} DPDK_16.04;