[dpdk-dev] [PATCH v2 0/5] cryptodev: remove list end enumerators

Trahe, Fiona fiona.trahe at intel.com
Thu Oct 1 11:49:35 CEST 2020



> -----Original Message-----
> From: Kusztal, ArkadiuszX <arkadiuszx.kusztal at intel.com>
> Sent: Wednesday, September 30, 2020 6:32 PM
> To: dev at dpdk.org
> Cc: akhil.goyal at nxp.com; Trahe, Fiona <fiona.trahe at intel.com>; ruifeng.wang at arm.com;
> michaelsh at marvell.com; Kusztal, ArkadiuszX <arkadiuszx.kusztal at intel.com>
> Subject: [PATCH v2 0/5] cryptodev: remove list end enumerators
> 
> This patchset removes enumerators RTE_CRYPTO_CIPHER_LIST_END,
> RTE_CRYPTO_AUTH_LIST_END, RTE_CRYPTO_AEAD_LIST_END from symmetric
> crypto as well as RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END,
> RTE_CRYPTO_ASYM_OP_LIST_END, RTE_CRYPTO_RSA_PADDING_TYPE_LIST_END
> enumerators from asymmetric crypto API to prevent some problems that may
> arise when adding new crypto algorithms.
> 
> This patchset depends on the following patches:
> 
> [1] crypto/mvsam: remove crypto end enumerators
> (http://patchwork.dpdk.org/patch/79302/)
> [2] crypto/armv8: remove crypto enum list end references
> (http://patchwork.dpdk.org/patch/78070/)
> 
> v2:
> - combined patches into one series
> - added removal of deprecation notice
> 
> Arek Kusztal (5):
>   app/test: remove list end references from asym crypto
>   crypto/qat: remove asym list end references
>   cryptodev: remove crypto list end enumerators
>   cryptodev: remove list ends from asymmetric crypto api
>   doc: remove crypto list end deprecation notice
> 
>  app/test/test_cryptodev_asym.c         |  6 ++++--
>  doc/guides/rel_notes/deprecation.rst   |  5 -----
>  drivers/crypto/qat/qat_asym.c          |  5 -----
>  lib/librte_cryptodev/rte_crypto_asym.h | 10 +++-------
>  lib/librte_cryptodev/rte_crypto_sym.h  | 12 +++---------
>  5 files changed, 10 insertions(+), 28 deletions(-)
> 
> --
> 2.17.1
Series 
Acked-by: Fiona Trahe <fiona.trahe at intel.com>



More information about the dev mailing list