eal: set name to threads
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index c107b05..64fdfb1 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;
@@ -111,3 +110,18 @@ DPDK_2.0 {
 
        local: *;
 };
+
+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;