]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/bsdapp/eal/rte_eal_version.map
eal/linux: add interrupt API for drivers
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index e537b423306117b7505c1d53374a8da610293d14..2758848e2fcf5ea4f56c5096d8fcfeb9c64c8d5c 100644 (file)
@@ -115,5 +115,14 @@ DPDK_2.0 {
 DPDK_2.1 {
        global:
 
+       rte_eal_pci_detach;
+       rte_eal_pci_read_config;
+       rte_eal_pci_write_config;
+       rte_intr_allow_others;
+       rte_intr_dp_is_en;
+       rte_intr_efd_disable;
+       rte_intr_efd_enable;
+       rte_intr_rx_ctl;
        rte_memzone_free;
+
 } DPDK_2.0;