Re: [dpdk-dev] [PATCH] cryptodev: remove crypto list end enumerators

2020-09-10 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Akhil Goyal > Sent: piątek, 11 września 2020 08:10 > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Trahe, Fiona > Subject: RE: [PATCH] cryptodev: remove crypto list end enumerators > > Hi Arek, > > > > HI Akhil, > > > > > > This patch removes enumerators RT

Re: [dpdk-dev] [PATCH] cryptodev: remove crypto list end enumerators

2020-09-10 Thread Akhil Goyal
Hi Arek, > > HI Akhil, > > > > This patch removes enumerators RTE_CRYPTO_CIPHER_LIST_END, > > > RTE_CRYPTO_AUTH_LIST_END, RTE_CRYPTO_AEAD_LIST_END to prevent > > some > > > problems that may arise when adding new crypto algorithms. > > > > > > Signed-off-by: Arek Kusztal > > > --- > > > > There

Re: [dpdk-dev] [PATCH] cryptodev: remove crypto list end enumerators

2020-09-10 Thread Kusztal, ArkadiuszX
HI Akhil, > -Original Message- > From: Akhil Goyal > Sent: czwartek, 10 września 2020 20:57 > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Trahe, Fiona > Subject: RE: [PATCH] cryptodev: remove crypto list end enumerators > > Hi Arek, > > > This patch removes enumerators RTE_CRYPTO_CIPH

Re: [dpdk-dev] [PATCH] cryptodev: remove crypto list end enumerators

2020-09-10 Thread Akhil Goyal
Hi Arek, > This patch removes enumerators RTE_CRYPTO_CIPHER_LIST_END, > RTE_CRYPTO_AUTH_LIST_END, RTE_CRYPTO_AEAD_LIST_END to prevent > some problems that may arise when adding new crypto algorithms. > > Signed-off-by: Arek Kusztal > --- There is a deprecation notice to remove these enums. You

Re: [dpdk-dev] [PATCH] cryptodev: remove crypto list end enumerators

2020-09-02 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, September 2, 2020 4:02 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; Kusztal, > ArkadiuszX > > Subject: [PATCH] cryptodev: remove crypto list end enumerators > > This patch removes enumerators RTE_C

[dpdk-dev] [PATCH] cryptodev: remove crypto list end enumerators

2020-09-02 Thread Arek Kusztal
This patch removes enumerators RTE_CRYPTO_CIPHER_LIST_END, RTE_CRYPTO_AUTH_LIST_END, RTE_CRYPTO_AEAD_LIST_END to prevent some problems that may arise when adding new crypto algorithms. Signed-off-by: Arek Kusztal --- lib/librte_cryptodev/rte_crypto_sym.h | 12 +++- 1 file changed, 3 inse