[dpdk-dev] [PATCH] crypto/qat: fix authentication offset and length for GMAC

2017-07-13 Thread Arek Kusztal
Authentication length and offset need to be set like for any other authentication algorithms as it no longer uses aad pointer Fixes: b79e4c00af0e ("cryptodev: use AES-GCM/CCM as AEAD algorithms") Signed-off-by: Arek Kusztal --- drivers/crypto/qat/qat_crypto.c | 7 ++- 1 file changed, 2 inse

Re: [dpdk-dev] [PATCH] crypto/qat: fix authentication offset and length for GMAC

2017-07-13 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Thursday, July 13, 2017 1:35 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > ; > Griffin, John ; Jain, Deepak K > ; Kusztal, ArkadiuszX > > Subject: [PATCH] crypto/qat: fix authentication offset and length for