ethdev: support queue-based priority flow control
[dpdk.git] / lib / ipsec / version.map
index ad3e38b..0af27ff 100644 (file)
@@ -1,4 +1,4 @@
-DPDK_21 {
+DPDK_22 {
        global:
 
        rte_ipsec_pkt_crypto_group;
@@ -19,3 +19,12 @@ DPDK_21 {
 
        local: *;
 };
+
+EXPERIMENTAL {
+       global:
+
+       # added in 21.11
+       rte_ipsec_telemetry_sa_add;
+       rte_ipsec_telemetry_sa_del;
+
+};