bus/fslmc: add support to detect SoC version
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev_version.map
index 238bf13..9ac510e 100644 (file)
@@ -64,3 +64,13 @@ DPDK_17.02 {
        rte_crypto_cipher_operation_strings;
 
 } DPDK_16.11;
+
+DPDK_17.05 {
+       global:
+
+       rte_cryptodev_get_auth_algo_enum;
+       rte_cryptodev_get_cipher_algo_enum;
+       rte_cryptodev_queue_pair_attach_sym_session;
+       rte_cryptodev_queue_pair_detach_sym_session;
+
+} DPDK_17.02;