net/txgbe: fix queue statistics mapping
[dpdk.git] / drivers / net / dpaa2 / version.map
index b50da13..cc82b85 100644 (file)
@@ -1,16 +1,27 @@
-EXPERIMENTAL {
+DPDK_22 {
        global:
 
        rte_pmd_dpaa2_mux_flow_create;
        rte_pmd_dpaa2_set_custom_hash;
 
+       local: *;
+};
+
+EXPERIMENTAL {
+       global:
+
        # added in 21.05
        rte_pmd_dpaa2_mux_rx_frame_len;
+       # added in 21.08
+       rte_pmd_dpaa2_thread_init;
+       # added in 21.11
+       rte_pmd_dpaa2_get_tlu_hash;
 };
 
 INTERNAL {
        global:
 
+       dpaa2_dev_tx_multi_txq_ordered;
        dpaa2_eth_eventq_attach;
        dpaa2_eth_eventq_detach;