From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fan Zhang Subject: [PATCH v5 3/3] doc: update release note and pmd info Date: Wed, 19 Dec 2018 22:04:31 +0000 Message-ID: <20181219220431.57710-4-roy.fan.zhang@intel.com> References: <20181219214244.21234-1-roy.fan.zhang@intel.com> <20181219220431.57710-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 440841B936 for ; Wed, 19 Dec 2018 23:04:36 +0100 (CET) In-Reply-To: <20181219220431.57710-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 patch updates the release note and AESNI-MD PMD documentation. Signed-off-by: Fan Zhang Acked-by: Damian Nowak --- doc/guides/cryptodevs/aesni_mb.rst | 2 ++ doc/guides/rel_notes/release_19_02.rst | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 12532c63e..98082595d 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -40,6 +40,7 @@ Hash algorithms: * RTE_CRYPTO_HASH_SHA512_HMAC * RTE_CRYPTO_HASH_AES_XCBC_HMAC * RTE_CRYPTO_HASH_AES_CMAC +* RTE_CRYPTO_HASH_AES_GMAC AEAD algorithms: @@ -51,6 +52,7 @@ Limitations * Chained mbufs are not supported. * Only in-place is currently supported (destination address is the same as source address). +* RTE_CRYPTO_HASH_AES_GMAC is supported by library version v0.51 or later. Installation diff --git a/doc/guides/rel_notes/release_19_02.rst b/doc/guides/rel_notes/release_19_02.rst index 8deb68b9a..48b183e81 100644 --- a/doc/guides/rel_notes/release_19_02.rst +++ b/doc/guides/rel_notes/release_19_02.rst @@ -60,6 +60,11 @@ New Features * Added the handler to get firmware version string. * Added support for multicast filtering. +* **Updated the AESNI MB PMD.** + + The AESNI MB PMD has been updated with additional support for the AES-GMAC + authentication only algorithm. + Removed Items ------------- -- 2.13.6