net/ice/base: introduce and use for each bit iterator
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev_version.map
index 87f5cd1..02f6dcf 100644 (file)
@@ -1,4 +1,4 @@
-DPDK_20.0 {
+DPDK_21 {
        global:
 
        rte_crypto_aead_algorithm_strings;
@@ -58,6 +58,12 @@ DPDK_20.0 {
        local: *;
 };
 
+DPDK_20.0 {
+       global:
+       rte_cryptodev_info_get;
+       rte_cryptodev_sym_capability_get;
+};
+
 EXPERIMENTAL {
        global:
 
@@ -96,4 +102,7 @@ EXPERIMENTAL {
        __rte_cryptodev_trace_asym_session_clear;
        __rte_cryptodev_trace_dequeue_burst;
        __rte_cryptodev_trace_enqueue_burst;
+
+       # added in 20.08
+       rte_cryptodev_get_qp_status;
 };