eal/linux: add interrupt API for drivers
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index c107b05..59b1717 100644 (file)
@@ -111,3 +111,21 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_2.1 {
+       global:
+
+       rte_eal_pci_detach;
+       rte_eal_pci_read_config;
+       rte_eal_pci_write_config;
+       rte_epoll_ctl;
+       rte_epoll_wait;
+       rte_intr_allow_others;
+       rte_intr_dp_is_en;
+       rte_intr_efd_disable;
+       rte_intr_efd_enable;
+       rte_intr_rx_ctl;
+       rte_intr_tls_epfd;
+       rte_memzone_free;
+
+} DPDK_2.0;