This patchset adds the AES-GMAC authentication only support to AESNI-MB PMD, including the driver code, cryptodev unit test, and documentation updates.
This patchset is built on top of the patchset "use architecure independent macros" (https://mails.dpdk.org/archives/dev/2018-December/121680.html) Acked-by: Damian Nowak <damianx.no...@intel.com> v4: - rebased on top of latest "use architecure independent macros" patchset. - patch split. v3: - rebased on top of latest code. - updated release note. v2: - updated documentation. Fan Zhang (3): crypto/aesni_mb: add gmac support test: add aesni-mb gmac test doc: update release note and PMD information doc/guides/cryptodevs/aesni_mb.rst | 2 + doc/guides/rel_notes/release_19_02.rst | 5 + drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 126 +++++++++++++++----- drivers/crypto/aesni_mb/rte_aesni_mb_pmd_compat.c | 127 ++++++++++++++++----- drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 25 ++++ .../crypto/aesni_mb/rte_aesni_mb_pmd_ops_compat.c | 25 ++++ test/test/test_cryptodev.c | 24 ++++ 7 files changed, 281 insertions(+), 53 deletions(-) -- 2.13.6