[EXT] Re: [PATCH] cryptodev: remove deprecated algo string arrays
Akhil Goyal
gakhil at marvell.com
Tue Sep 19 15:28:01 CEST 2023
> Acked-by: Hemant Agrawal<hemant.agrawal at nxp.com>
>
> >
> > Removed the algorithm strings arrays ``rte_crypto_cipher_algorithm_strings``,
> > ``rte_crypto_auth_algorithm_strings``, ``rte_crypto_aead_algorithm_strings``
> > and ``rte_crypto_asym_xform_strings``.
> > Application can use the new APIs ``rte_cryptodev_get_cipher_algo_string``,
> > ``rte_cryptodev_get_auth_algo_string``,
> ``rte_cryptodev_get_aead_algo_string``
> > and ``rte_cryptodev_asym_get_xform_string`` respectively.
> >
> > Signed-off-by: Akhil Goyal <gakhil at marvell.com>
> > ---
> >
> > Release notes will be updated when base patch is merged.
> >
> > doc/guides/rel_notes/deprecation.rst | 7 --
> > lib/cryptodev/rte_crypto_asym.h | 5 --
> > lib/cryptodev/rte_crypto_sym.h | 15 ----
> > lib/cryptodev/rte_cryptodev.c | 108 ---------------------------
> > lib/cryptodev/version.map | 4 -
> > 5 files changed, 139 deletions(-)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> > index 494b401cda..2f3738fdea 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -177,13 +177,6 @@ Deprecation Notices
> > which got error interrupt to the application,
> > so that application can reset that particular queue pair.
> >
> > -* cryptodev: The arrays of algorithm strings
> ``rte_crypto_cipher_algorithm_strings``,
> > - ``rte_crypto_auth_algorithm_strings``,
> ``rte_crypto_aead_algorithm_strings`` and
> > - ``rte_crypto_asym_xform_strings`` are deprecated and will be removed in
> DPDK 23.11.
> > - Application can use the new APIs ``rte_cryptodev_get_cipher_algo_string``,
> > - ``rte_cryptodev_get_auth_algo_string``,
> ``rte_cryptodev_get_aead_algo_string`` and
> > - ``rte_cryptodev_asym_get_xform_string`` respectively.
> > -
Applied to dpdk-next-crypto
Updated release notes for the removal of the arrays.
More information about the dev
mailing list