[dpdk-dev] [PATCH 0/3] AES GCM, AES CMAC fixes and addition of GCM tests for QAT.

2016-03-11 Thread Thomas Monjalon
> > John Griffin (3): > > qat: fix AES GCM decryption > > app/test: add AES GCM tests for QAT > > qat: fixes premature addition of AES_CMAC in session > > Series-acked-by: Pablo de Lara > > Just a small comment: there is a type in the title of last patch, > It should be "premature

[dpdk-dev] [PATCH 0/3] AES GCM, AES CMAC fixes and addition of GCM tests for QAT.

2016-03-10 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of John Griffin > Sent: Tuesday, March 08, 2016 4:22 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] AES GCM, AES CMAC fixes and addition of > GCM tests for QAT. > > This patchset solves an issue in

[dpdk-dev] [PATCH 0/3] AES GCM, AES CMAC fixes and addition of GCM tests for QAT.

2016-03-08 Thread John Griffin
This patchset solves an issue in QAT driver, that was giving invalid AES GCM results, due to incorrect IV setting. It adds unit tests to validate AES GCM in QAT. It also fixes the premature addition of AES CMAC support which was added to the code in error. AES CMAC will be added in a subsequent