[dpdk-dev] [PATCH v2 0/3] add GMAC capability Intel QuickAssist driver
De Lara Guarch, Pablo
pablo.de.lara.guarch at intel.com
Wed Sep 21 00:55:59 CEST 2016
> -----Original Message-----
> From: Kusztal, ArkadiuszX
> Sent: Tuesday, September 20, 2016 5:36 AM
> To: dev at dpdk.org
> Cc: Trahe, Fiona; Jain, Deepak K; De Lara Guarch, Pablo; Griffin, John;
> Kusztal, ArkadiuszX
> Subject: [PATCH v2 0/3] add GMAC capability Intel QuickAssist driver
>
> This patches add AES GMAC capability to Intel(R) QuickAssist
> Technology driver and corresponsing test cases.
>
> Changes in v2:
> * Updated API comments librte_cryptodev
> * Removed unnecessary rte_crypto_sym_op reference in the driver for
> GMAC
> * Changed GMAC aad capability values
> * Rebased against next-crypto subtree
>
> Arek Kusztal (3):
> crypto/qat: add GMAC capability to Intel QuickAssist driver
> app/test: add GMAC authentication tests to cryptodev tests
> lib/librte_cryptodev: change GMAC API comments
>
> app/test/test_cryptodev.c | 265
> +++++++++++++++++++++++++++++
> app/test/test_cryptodev_gcm_test_vectors.h | 150 ++++++++++++++++
> doc/guides/cryptodevs/qat.rst | 1 +
> doc/guides/rel_notes/release_16_11.rst | 1 +
> drivers/crypto/qat/qat_crypto.c | 42 ++++-
> lib/librte_cryptodev/rte_crypto_sym.h | 27 ++-
> 6 files changed, 471 insertions(+), 15 deletions(-)
>
> --
> 2.1.0
Applied to dpdk-next-crypto.
Thanks,
Pablo
More information about the dev
mailing list