Re: [dpdk-dev] [PATCH] crypto/qat: fix NULL authentication request

2021-05-12 Thread Akhil Goyal
> > > This patch fixes the NULL auth generation case where the request > > > shouldn't contain the authentication result address. Allows to run > > > ipsec_autotest with a QAT device. > > > > > > Fixes: 65beb9abca6d ("crypto/qat: fix null auth when using VFIO") > > > > > > Signed-off-by: Adam Dybko

Re: [dpdk-dev] [PATCH] crypto/qat: fix NULL authentication request

2021-05-12 Thread Iremonger, Bernard
Hi Adam, > -Original Message- > From: dev On Behalf Of Zhang, Roy Fan > Sent: Monday, May 10, 2021 12:42 PM > To: Dybkowski, AdamX ; dev@dpdk.org; > Kusztal, ArkadiuszX ; gak...@marvell.com > Subject: Re: [dpdk-dev] [PATCH] crypto/qat: fix NULL authentication request &g

Re: [dpdk-dev] [PATCH] crypto/qat: fix NULL authentication request

2021-05-10 Thread Zhang, Roy Fan
> -Original Message- > From: Dybkowski, AdamX > Sent: Monday, May 10, 2021 11:20 AM > To: dev@dpdk.org; Zhang, Roy Fan ; Kusztal, > ArkadiuszX ; gak...@marvell.com > Cc: Dybkowski, AdamX > Subject: [PATCH] crypto/qat: fix NULL authentication request > > This patch fixes the NULL auth gen

[dpdk-dev] [PATCH] crypto/qat: fix NULL authentication request

2021-05-10 Thread Adam Dybkowski
This patch fixes the NULL auth generation case where the request shouldn't contain the authentication result address. Allows to run ipsec_autotest with a QAT device. Fixes: 65beb9abca6d ("crypto/qat: fix null auth when using VFIO") Signed-off-by: Adam Dybkowski --- drivers/crypto/qat/qat_sym.c