ethdev: add a missing sanity check for Tx queue setup
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index 412ba1e..f9d4b1c 100644 (file)
@@ -40,7 +40,6 @@ DPDK_2.0 {
        rte_eal_mp_remote_launch;
        rte_eal_mp_wait_lcore;
        rte_eal_parse_devargs_str;
-       rte_eal_pci_close_one;
        rte_eal_pci_dump;
        rte_eal_pci_probe;
        rte_eal_pci_probe_one;
@@ -118,7 +117,22 @@ DPDK_2.1 {
        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;
+
+DPDK_2.2 {
+       global:
+
+       rte_intr_cap_multiple;
+       rte_keepalive_create;
+       rte_keepalive_dispatch_pings;
+       rte_keepalive_mark_alive;
+       rte_keepalive_register_core;
+
+} DPDK_2.1;