[dpdk-dev] [PATCH v4 0/3] crypto/aesni_mb: add gmac support
Fan Zhang
roy.fan.zhang at intel.com
Wed Dec 19 22:42:41 CET 2018
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.nowak at 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
More information about the dev
mailing list