From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fan Zhang Subject: [PATCH v5 0/3] crypto/aesni_mb: add gmac support Date: Wed, 19 Dec 2018 22:04:28 +0000 Message-ID: <20181219220431.57710-1-roy.fan.zhang@intel.com> References: <20181219214244.21234-1-roy.fan.zhang@intel.com> Cc: akhil.goyal@nxp.com To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 13F9E1B8FD for ; Wed, 19 Dec 2018 23:04:33 +0100 (CET) In-Reply-To: <20181219214244.21234-1-roy.fan.zhang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 v5: - changed IMB_VERSION_NUM definition place. 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 info 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 | 15 +++ test/test/test_cryptodev_hash_test_vectors.h | 9 ++ 8 files changed, 281 insertions(+), 53 deletions(-) -- 2.13.6