cryptodev: add AEAD specific data
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev_version.map
index 8c48b79..ea0b561 100644 (file)
@@ -31,14 +31,6 @@ DPDK_16.04 {
        local: *;
 };
 
-DPDK_16.11 {
-       global:
-
-       rte_cryptodev_pci_probe;
-       rte_cryptodev_pci_remove;
-
-} DPDK_16.04;
-
 DPDK_17.02 {
        global:
 
@@ -55,7 +47,7 @@ DPDK_17.02 {
        rte_crypto_cipher_algorithm_strings;
        rte_crypto_cipher_operation_strings;
 
-} DPDK_16.11;
+} DPDK_16.04;
 
 DPDK_17.05 {
        global:
@@ -70,7 +62,13 @@ DPDK_17.05 {
 DPDK_17.08 {
        global:
 
+       rte_cryptodev_get_aead_algo_enum;
+       rte_cryptodev_pci_generic_probe;
+       rte_cryptodev_pci_generic_remove;
+       rte_cryptodev_sym_capability_check_aead;
        rte_cryptodev_vdev_parse_init_params;
        rte_cryptodev_vdev_pmd_init;
+       rte_crypto_aead_algorithm_strings;
+       rte_crypto_aead_operation_strings;
 
 } DPDK_17.05;