[dpdk-stable] patch 'doc: add missing algorithms for AESNI-MB PMD' has been queued to LTS release 18.11.2

Kevin Traynor ktraynor at redhat.com
Tue Apr 30 19:01:24 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/07/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. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches can be viewed on a temporary branch at:
	https://github.com/kevintraynor/dpdk-stable-queue.git

Thanks.

Kevin Traynor

---
>From 8cc53da812160674d4dbed5dbf35b79d957968f6 Mon Sep 17 00:00:00 2001
From: Pablo de Lara <pablo.de.lara.guarch at intel.com>
Date: Wed, 10 Apr 2019 02:36:17 +0100
Subject: [PATCH] doc: add missing algorithms for AESNI-MB PMD

[ upstream commit 5ecb687a5698d2d8ec1f3b3b5a7a16bceca3e29c ]

The supported algorithm tables for AESNI MB PMD were
missing some supported algorithms.

Fixes: 0e9f8507afcb ("crypto/aesni_mb: support AES-GCM algorithm")
Fixes: e5eecd3dc838 ("crypto/aesni_mb: support AES-GMAC")
Fixes: 11fdbf1b7866 ("crypto/aesni_mb: support plain SHA")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
Acked-by: Fiona Trahe <fiona.trahe at intel.com>
---
 doc/guides/cryptodevs/features/aesni_mb.ini | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/guides/cryptodevs/features/aesni_mb.ini b/doc/guides/cryptodevs/features/aesni_mb.ini
index f72957451..0956b80b0 100644
--- a/doc/guides/cryptodevs/features/aesni_mb.ini
+++ b/doc/guides/cryptodevs/features/aesni_mb.ini
@@ -33,11 +33,17 @@ DES DOCSIS BPI = Y
 [Auth]
 MD5 HMAC     = Y
+SHA1         = Y
 SHA1 HMAC    = Y
+SHA224       = Y
 SHA224 HMAC  = Y
+SHA256       = Y
 SHA256 HMAC  = Y
+SHA384       = Y
 SHA384 HMAC  = Y
+SHA512       = Y
 SHA512 HMAC  = Y
 AES XCBC MAC = Y
 AES CMAC (128)  = Y
+AES GMAC     = Y
 
 ;
@@ -46,2 +52,5 @@ AES CMAC (128)  = Y
 [AEAD]
 AES CCM (128) = Y
+AES GCM (128) = Y
+AES GCM (192) = Y
+AES GCM (256) = Y
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-04-30 17:58:15.186325968 +0100
+++ 0029-doc-add-missing-algorithms-for-AESNI-MB-PMD.patch	2019-04-30 17:58:13.804139841 +0100
@@ -1 +1 @@
-From 5ecb687a5698d2d8ec1f3b3b5a7a16bceca3e29c Mon Sep 17 00:00:00 2001
+From 8cc53da812160674d4dbed5dbf35b79d957968f6 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 5ecb687a5698d2d8ec1f3b3b5a7a16bceca3e29c ]
+
@@ -12 +13,0 @@
-Cc: stable at dpdk.org
@@ -21 +22 @@
-index 93a534f19..aa4df033d 100644
+index f72957451..0956b80b0 100644
@@ -24 +25 @@
-@@ -34,11 +34,17 @@ DES DOCSIS BPI = Y
+@@ -33,11 +33,17 @@ DES DOCSIS BPI = Y
@@ -42 +43 @@
-@@ -47,2 +53,5 @@ AES CMAC (128)  = Y
+@@ -46,2 +52,5 @@ AES CMAC (128)  = Y


More information about the stable mailing list