> -----Original Message-----
> From: Kusztal, ArkadiuszX
> Sent: Thursday, August 25, 2016 1:03 PM
> To: dev at dpdk.org
> Cc: Trahe, Fiona <fiona.trahe at intel.com>; Jain, Deepak K
> <deepak.k.jain at intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>; Griffin, John <john.griffin at
> intel.com>;
> Kusztal, ArkadiuszX <arkadiuszx.kusztal at intel.com>
> Subject: [PATCH 0/3] Fix compability issues between crypto drivers for GCM
> test cases
>
> This patchset fix pre-counter block issues between crypto divers for AES-
> GCM tests.
> Pre-counter block 96b computation from test file is moved into the AES-GCM
> PMD.
> This patch set fixes too problems with verification of digest for AES-GCM.
>
> Arek Kusztal (3):
> crypto/aesni_gcm: move pre-counter block to GCM driver
> app/test: move pre-counter block computation from test files
> app/test: fix verification of digest in GCM crypto test
>
> app/test/test_cryptodev.c | 20 ++++++++------------
> drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 7 ++++++-
> 2 files changed, 14 insertions(+), 13 deletions(-)
>
> --
> 2.1.0
Acked-by: Deepak Kumar Jain <deepak.k.jain at intel.com>