From: Arek Kusztal Date: Wed, 29 Jul 2020 14:46:51 +0000 (+0200) Subject: doc: announce removal of crypto list end enumerators X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1583c3815e510ce0de9e0a101db3085a4f221702;p=dpdk.git doc: announce removal of crypto list end enumerators Enumerators RTE_CRYPTO_CIPHER_LIST_END, RTE_CRYPTO_AUTH_LIST_END, RTE_CRYPTO_AEAD_LIST_END will be removed to prevent some problems that may arise when adding new algorithms. Signed-off-by: Arek Kusztal Acked-by: Bruce Richardson Acked-by: Fiona Trahe Acked-by: Akhil Goyal --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index fb405a09ac..957361a848 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -187,6 +187,11 @@ Deprecation Notices * pmd_dpaa: The API ``rte_pmd_dpaa_set_tx_loopback`` will have extended ``port_id`` definition from ``uint8_t`` to ``uint16_t``. +* cryptodev: ``RTE_CRYPTO_AEAD_LIST_END`` from ``enum rte_crypto_aead_algorithm``, + ``RTE_CRYPTO_CIPHER_LIST_END`` from ``enum rte_crypto_cipher_algorithm`` and + ``RTE_CRYPTO_AUTH_LIST_END`` from ``enum rte_crypto_auth_algorithm`` + will be removed. + * cryptodev: support for using IV with all sizes is added, J0 still can be used but only when IV length in following structs ``rte_crypto_auth_xform``, ``rte_crypto_aead_xform`` is set to zero. When IV length is greater or equal