From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C8FF01B915 for ; Thu, 20 Dec 2018 00:24:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2018 15:24:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,374,1539673200"; d="scan'208";a="131409338" Received: from silpixa00398673.ir.intel.com (HELO silpixa00398673.ger.corp.intel.com) ([10.237.223.54]) by fmsmga001.fm.intel.com with ESMTP; 19 Dec 2018 15:24:20 -0800 From: Fan Zhang To: dev@dpdk.org Cc: akhil.goyal@nxp.com, Damian Nowak , Lukasz Krakowiak Date: Wed, 19 Dec 2018 23:24:16 +0000 Message-Id: <20181219232416.38542-4-roy.fan.zhang@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20181219232416.38542-1-roy.fan.zhang@intel.com> References: <20181213151817.27478-1-roy.fan.zhang@intel.com> <20181219232416.38542-1-roy.fan.zhang@intel.com> Subject: [dpdk-dev] [PATCH v3 3/3] doc: update release note and PMD information X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 23:24:22 -0000 This patch updates the release note and AESNI-MD PMD documentation. Signed-off-by: Damian Nowak Signed-off-by: Lukasz Krakowiak Signed-off-by: Fan Zhang --- doc/guides/cryptodevs/aesni_mb.rst | 6 ++++++ doc/guides/rel_notes/release_19_02.rst | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 98082595d..26cb4d5b2 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -41,6 +41,11 @@ Hash algorithms: * RTE_CRYPTO_HASH_AES_XCBC_HMAC * RTE_CRYPTO_HASH_AES_CMAC * RTE_CRYPTO_HASH_AES_GMAC +* RTE_CRYPTO_HASH_SHA1 +* RTE_CRYPTO_HASH_SHA224 +* RTE_CRYPTO_HASH_SHA256 +* RTE_CRYPTO_HASH_SHA384 +* RTE_CRYPTO_HASH_SHA512 AEAD algorithms: @@ -53,6 +58,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. +* RTE_CRYPTO_HASH_SHA* is supported by library version v0.52 or later. Installation diff --git a/doc/guides/rel_notes/release_19_02.rst b/doc/guides/rel_notes/release_19_02.rst index 48b183e81..69e3eeff9 100644 --- a/doc/guides/rel_notes/release_19_02.rst +++ b/doc/guides/rel_notes/release_19_02.rst @@ -62,8 +62,8 @@ New Features * **Updated the AESNI MB PMD.** - The AESNI MB PMD has been updated with additional support for the AES-GMAC - authentication only algorithm. + The AESNI MB PMD has been updated with additional support for the AES-GMAC, + Plain SHA1, SHA224, SHA256, SHA384, and SHA512 authentication only algorithm. Removed Items -- 2.13.6