net/enic: generate VXLAN src port if it is zero in template
[dpdk.git] / drivers / net / dpaa2 / rte_pmd_dpaa2_version.map
index f2bb793..72d1b2b 100644 (file)
@@ -1,16 +1,15 @@
-DPDK_20.0 {
+EXPERIMENTAL {
        global:
 
-       dpaa2_eth_eventq_attach;
-       dpaa2_eth_eventq_detach;
-
-       local: *;
+       rte_pmd_dpaa2_mux_flow_create;
+       rte_pmd_dpaa2_set_custom_hash;
 };
 
-EXPERIMENTAL {
+INTERNAL {
        global:
 
-       rte_pmd_dpaa2_mux_flow_create;
-       rte_pmd_dpaa2_set_custom_hash;
-       rte_pmd_dpaa2_set_timestamp;
+       dpaa2_eth_eventq_attach;
+       dpaa2_eth_eventq_detach;
+
+       local: *;
 };