mbox series

[v2,0/5] cryptodev: remove list end enumerators

Message ID 20200930173226.770-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers
Series cryptodev: remove list end enumerators |

Message

Arkadiusz Kusztal Sept. 30, 2020, 5:32 p.m. UTC
  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(-)
  

Comments

Fiona Trahe Oct. 1, 2020, 9:49 a.m. UTC | #1
> -----Original Message-----
> From: Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>
> Sent: Wednesday, September 30, 2020 6:32 PM
> To: dev@dpdk.org
> Cc: akhil.goyal@nxp.com; Trahe, Fiona <fiona.trahe@intel.com>; ruifeng.wang@arm.com;
> michaelsh@marvell.com; Kusztal, ArkadiuszX <arkadiuszx.kusztal@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@intel.com>