crypto/qat: fix missing release notes for aes gcm j0

Message ID 20200507091949.8876-1-arkadiuszx.kusztal@intel.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series crypto/qat: fix missing release notes for aes gcm j0 |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

Arkadiusz Kusztal May 7, 2020, 9:19 a.m. UTC
  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 <arkadiuszx.kusztal@intel.com>
---
 doc/guides/rel_notes/release_20_05.rst | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Dybkowski, AdamX May 7, 2020, 10:33 a.m. UTC | #1
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Arek Kusztal
> Sent: Thursday, 7 May, 2020 11:20
> To: dev@dpdk.org
> Cc: akhil.goyal@nxp.com; Trahe, Fiona <fiona.trahe@intel.com>; Kusztal,
> ArkadiuszX <arkadiuszx.kusztal@intel.com>
> Subject: [dpdk-dev] [PATCH] crypto/qat: fix missing release notes for aes gcm
> j0
> 
> 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 <arkadiuszx.kusztal@intel.com>

Acked-by: Adam Dybkowski <adamx.dybkowski@intel.com>
  
Akhil Goyal May 11, 2020, 10:35 a.m. UTC | #2
> > 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 <arkadiuszx.kusztal@intel.com>
> 
> Acked-by: Adam Dybkowski <adamx.dybkowski@intel.com>

Applied to dpdk-next-crypto

Thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index b124c3f..4645278 100644
--- a/doc/guides/rel_notes/release_20_05.rst
+++ b/doc/guides/rel_notes/release_20_05.rst
@@ -212,6 +212,12 @@  New Features
   * Added IPsec inbound load-distribution support for ipsec-secgw application
     using NIC load distribution feature(Flow Director).
 
+* **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.
+
 
 Removed Items
 -------------