RE: [PATCH] crypto/qat: fix legacy sm4 ecb capability

2023-07-05 Thread Akhil Goyal
> > Subject: [PATCH] crypto/qat: fix legacy sm4 ecb capability > > > > Following the deprecation of insecure algorithms in QAT, SM4-ECB should be > > included as legacy, to be disabled by default. > > > > Fixes: cffb726b7797 ("crypto/qat: enable insecure

RE: [PATCH] crypto/qat: fix legacy sm4 ecb capability

2023-07-05 Thread O'Donovan, Saoirse
Hi Ciara, > -Original Message- > From: Power, Ciara > Sent: Wednesday 5 July 2023 14:23 > To: dev@dpdk.org > Cc: Ji, Kai ; O'Donovan, Saoirse > ; Power, Ciara > Subject: [PATCH] crypto/qat: fix legacy sm4 ecb capability > > Following the deprecation of

Re: [PATCH] crypto/qat: fix legacy sm4 ecb capability

2023-07-05 Thread Ji, Kai
Acked-by: Kai Ji mailto:kai...@intel.com>> From: Power, Ciara Sent: 05 July 2023 14:23 To: dev@dpdk.org Cc: Ji, Kai ; O'Donovan, Saoirse ; Power, Ciara Subject: [PATCH] crypto/qat: fix legacy sm4 ecb capability Following the deprecation of insecure

[PATCH] crypto/qat: fix legacy sm4 ecb capability

2023-07-05 Thread Ciara Power
Following the deprecation of insecure algorithms in QAT, SM4-ECB should be included as legacy, to be disabled by default. Fixes: cffb726b7797 ("crypto/qat: enable insecure algorithms") Signed-off-by: Ciara Power --- drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c | 6 +++--- 1 file changed, 3 inse