Re: [dpdk-dev] [PATCH] crypto/qat: fix not set status in RSA decryption

2021-10-31 Thread Akhil Goyal
> > Subject: [PATCH] crypto/qat: fix not set status in RSA decryption > > > > This commit fixes not set status when decrypting > > with RSA algorithm. > > > > Fixes: e2c5f4ea994c ("crypto/qat: support RSA in asym") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Arek Kusztal > Acked-by: Fan Zhang

Re: [dpdk-dev] [PATCH] crypto/qat: fix not set status in RSA decryption

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 not set status in RSA decryption > > This commit fixes not

[dpdk-dev] [PATCH] crypto/qat: fix not set status in RSA decryption

2021-10-21 Thread Arek Kusztal
This commit fixes not set status when decrypting with 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/crypto/qat/qat_asym.c b/dr