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

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

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

2017-07-14 Thread De Lara Guarch, Pablo
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Friday, July 14, 2017 9:49 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > ; Griffin, John ; > Jain, Deepak K ; Kusztal, ArkadiuszX > > Subject: [PATCH v2] crypto/qat: fix authentication offset and length for > G

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

2017-07-14 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 --- v2: - optimized gcm/gmac logic drivers/crypto/qat/qat_crypto.c | 5