Re: [dpdk-dev] [PATCH] crypto/qat: fix uncleared cookies after operation

2021-10-31 Thread Akhil Goyal
> > This commit fixes uncleared cookies issue when using > > RSA algorithm. > > > > Fixes: e2c5f4ea994c ("crypto/qat: support RSA in asym") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Arek Kusztal > > --- > Acked-by: Fan Zhang Applied to dpdk-next-crypto Thanks.

Re: [dpdk-dev] [PATCH] crypto/qat: fix uncleared cookies after operation

2021-10-21 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Thursday, October 21, 2021 11:06 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Kusztal, > ArkadiuszX ; sta...@dpdk.org > Subject: [PATCH] crypto/qat: fix uncleared cookies after operation > > This commit fixes unc

[dpdk-dev] [PATCH] crypto/qat: fix uncleared cookies after operation

2021-10-21 Thread Arek Kusztal
This commit fixes uncleared cookies issue when using RSA algorithm. Fixes: e2c5f4ea994c ("crypto/qat: support RSA in asym") Cc: sta...@dpdk.org Signed-off-by: Arek Kusztal --- drivers/crypto/qat/qat_asym.c | 41 +-- 1 file changed, 29 insertions(+), 12 deletions(