This patches add AES GMAC capability to Intel(R) QuickAssist Technology driver and corresponsing test cases.
This patchset depends on the following patches/patchsets: "crypto/qat: enable Kasumi F9 support in QAT driver" (http://dpdk.org/dev/patchwork/patch/15320/) Arek Kusztal (3): crypto/qat: add GMAC capability to QAT crypto 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 + drivers/crypto/qat/qat_crypto.c | 42 ++++- lib/librte_cryptodev/rte_crypto_sym.h | 17 +- 5 files changed, 465 insertions(+), 10 deletions(-) -- 2.1.0