From a68ba526ba9c6a72a191c9ae74398320da3fcd1b Mon Sep 17 00:00:00 2001 From: Arek Kusztal Date: Thu, 7 May 2020 11:19:49 +0200 Subject: [PATCH] doc: add QAT AES-GCM J0 in release notes This patch adds missing line about addition of AES-GCM/GMAC J0 capability to 20.05 release notes. Fixes: 2165e2e9ea56 ("crypto/qat: support AES-GCM J0") Signed-off-by: Arek Kusztal Acked-by: Adam Dybkowski --- doc/guides/rel_notes/release_20_05.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index 11bfd414b6..ba916099f3 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -195,6 +195,12 @@ New Features Added support for plain SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 hashes to QAT PMD. +* **Added AES-GCM/GMAC J0 support to QAT PMD.** + + Added support for AES-GCM/GMAC J0 to Intel QuickAssist Technology PMD. User can + use this feature by passing zero length IV in appropriate xform. For more + info please refer to rte_crypto_sym.h J0 comments. + * **Added QAT intermediate buffer too small handling in QAT compression PMD.** Added a special way of buffer handling when internal QAT intermediate buffer -- 2.20.1