> -----Original Message-----
> From: Zhang, Roy Fan
> Sent: Tuesday, October 9, 2018 10:11 PM
> To: dev@dpdk.org
> Cc: akhil.go...@nxp.com; Kusztal, ArkadiuszX
> <arkadiuszx.kusz...@intel.com>
> Subject: [PATCH v2 0/3] crypto/aesni_mb: add aes-gcm support
>
> This patchset adds the AES-GCM algorithm support to AESNI-MB Cryptodev
> PMD and updates the unit test and documentations along.
>
> v2:
> - rebased on top of latest dpdk-next-crypto.
> - removed incorrect __rte_unused macros.
>
> Fan Zhang (3):
> crypto/aesni_mb: add aes-gcm algorithm support
> test/test_cryptodev: add AES-GCM tests to AESNI-MB
> doc: update cryptodev and release note
>
> doc/guides/cryptodevs/aesni_mb.rst | 1 +
> doc/guides/rel_notes/release_18_11.rst | 4 +
> drivers/crypto/aesni_mb/aesni_mb_ops.h | 28 +++-
> drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 160
> +++++++++++++++------
> drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 30 ++++
> drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h | 3 +
> test/test/test_cryptodev.c | 114 +++++++++++++++
> 7 files changed, 293 insertions(+), 47 deletions(-)
>
> --
> 2.13.6
Series-acked-by: Arek Kusztal <arkadiuszx.kusz...@intel.com>