[dpdk-stable] patch 'doc: fix missing CCM to QAT feature list' has been queued to LTS release 17.11.5

Yongseok Koh yskoh at mellanox.com
Fri Jan 11 11:31:28 CET 2019


Hi,

FYI, your patch has been queued to LTS release 17.11.5

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 01/13/19. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Yongseok

---
>From 916081d82ed4e9a8b3f2ced9bcd0d798dd114bb7 Mon Sep 17 00:00:00 2001
From: Tomasz Cel <tomaszx.cel at intel.com>
Date: Wed, 19 Sep 2018 08:27:18 +0200
Subject: [PATCH] doc: fix missing CCM to QAT feature list

[ upstream commit 7bd6f76ee678ec6aa81cb53562f852a43e842718 ]

Update the QAT documentation to show that it supports CCM.

Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM")

Signed-off-by: Tomasz Cel <tomaszx.cel at intel.com>
Acked-by: Fiona Trahe <fiona.trahe at intel.com>
Acked-by: Marko Kovacevic <marko.kovacevic at intel.com>
---
 doc/guides/cryptodevs/features/qat.ini | 3 +++
 doc/guides/cryptodevs/qat.rst          | 1 +
 2 files changed, 4 insertions(+)

diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini
index 40da8985f..eeaf7de4b 100644
--- a/doc/guides/cryptodevs/features/qat.ini
+++ b/doc/guides/cryptodevs/features/qat.ini
@@ -51,3 +51,6 @@ ZUC EIA3     = Y
 AES GCM (128) = Y
 AES GCM (192) = Y
 AES GCM (256) = Y
+AES CCM (128) = Y
+AES CCM (192) = Y
+AES CCM (256) = Y
diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
index 581cd2f70..8418115b2 100644
--- a/doc/guides/cryptodevs/qat.rst
+++ b/doc/guides/cryptodevs/qat.rst
@@ -80,6 +80,7 @@ Hash algorithms:
 Supported AEAD algorithms:
 
 * ``RTE_CRYPTO_AEAD_AES_GCM``
+* ``RTE_CRYPTO_AEAD_AES_CCM``
 
 
 Limitations
-- 
2.11.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-01-11 02:29:11.158520368 -0800
+++ 0005-doc-fix-missing-CCM-to-QAT-feature-list.patch	2019-01-11 02:29:10.697973000 -0800
@@ -1,12 +1,13 @@
-From 7bd6f76ee678ec6aa81cb53562f852a43e842718 Mon Sep 17 00:00:00 2001
+From 916081d82ed4e9a8b3f2ced9bcd0d798dd114bb7 Mon Sep 17 00:00:00 2001
 From: Tomasz Cel <tomaszx.cel at intel.com>
 Date: Wed, 19 Sep 2018 08:27:18 +0200
 Subject: [PATCH] doc: fix missing CCM to QAT feature list
 
+[ upstream commit 7bd6f76ee678ec6aa81cb53562f852a43e842718 ]
+
 Update the QAT documentation to show that it supports CCM.
 
 Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM")
-Cc: stable at dpdk.org
 
 Signed-off-by: Tomasz Cel <tomaszx.cel at intel.com>
 Acked-by: Fiona Trahe <fiona.trahe at intel.com>
@@ -17,10 +18,10 @@
  2 files changed, 4 insertions(+)
 
 diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini
-index 29d865e07..220291b2c 100644
+index 40da8985f..eeaf7de4b 100644
 --- a/doc/guides/cryptodevs/features/qat.ini
 +++ b/doc/guides/cryptodevs/features/qat.ini
-@@ -56,3 +56,6 @@ ZUC EIA3     = Y
+@@ -51,3 +51,6 @@ ZUC EIA3     = Y
  AES GCM (128) = Y
  AES GCM (192) = Y
  AES GCM (256) = Y
@@ -28,10 +29,10 @@
 +AES CCM (192) = Y
 +AES CCM (256) = Y
 diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
-index af1079918..b09624f2c 100644
+index 581cd2f70..8418115b2 100644
 --- a/doc/guides/cryptodevs/qat.rst
 +++ b/doc/guides/cryptodevs/qat.rst
-@@ -66,6 +66,7 @@ Hash algorithms:
+@@ -80,6 +80,7 @@ Hash algorithms:
  Supported AEAD algorithms:
  
  * ``RTE_CRYPTO_AEAD_AES_GCM``


More information about the stable mailing list