On Wed, Jul 29, 2020 at 4:47 PM Arek Kusztal <arkadiuszx.kusz...@intel.com> wrote: > > 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.
How does it cohabitate with Ferruh notice? Is it a complement? or redundant? https://git.dpdk.org/dpdk/commit/doc/guides/rel_notes/deprecation.rst?id=58245da070289f4b248f15970c3f8af73ea601ed > > Signed-off-by: Arek Kusztal <arkadiuszx.kusz...@intel.com> > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index a58a179..34b0e3c 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -142,3 +142,9 @@ Deprecation Notices > Python 2 support will be completely removed in 20.11. > In 20.08, explicit deprecation warnings will be displayed when running > scripts with Python 2. > + > +* 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. > + -- David Marchand