[dpdk-stable] patch 'crypto/qat: fix AES-XTS capabilities' has been queued to stable release 19.11.4

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Jul 24 13:58:53 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.4

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/26/20. 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.

Thanks.

Luca Boccassi

---
>From ccfb5eed19ae1b382590818c17aa7550dcecc149 Mon Sep 17 00:00:00 2001
From: Adam Dybkowski <adamx.dybkowski at intel.com>
Date: Fri, 26 Jun 2020 13:23:42 +0200
Subject: [PATCH] crypto/qat: fix AES-XTS capabilities

[ upstream commit 12e4f2b7197d54fe358c98f633b9c4fdacfaa67e ]

This patch fixes the increment field of the AES-XTS cipher key size.

Fixes: 7d5ef3bb32cd ("crypto/qat: support XTS")

Signed-off-by: Adam Dybkowski <adamx.dybkowski at intel.com>
Acked-by: Fiona Trahe <fiona.trahe at intel.com>
---
 drivers/crypto/qat/qat_sym_capabilities.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/qat/qat_sym_capabilities.h b/drivers/crypto/qat/qat_sym_capabilities.h
index dbeea4340..8591795aa 100644
--- a/drivers/crypto/qat/qat_sym_capabilities.h
+++ b/drivers/crypto/qat/qat_sym_capabilities.h
@@ -419,7 +419,7 @@
 				.key_size = {				\
 					.min = 32,			\
 					.max = 64,			\
-					.increment = 0			\
+					.increment = 32			\
 				},					\
 				.iv_size = {				\
 					.min = 16,			\
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-07-24 12:53:52.208046795 +0100
+++ 0095-crypto-qat-fix-AES-XTS-capabilities.patch	2020-07-24 12:53:48.323007130 +0100
@@ -1,12 +1,13 @@
-From 12e4f2b7197d54fe358c98f633b9c4fdacfaa67e Mon Sep 17 00:00:00 2001
+From ccfb5eed19ae1b382590818c17aa7550dcecc149 Mon Sep 17 00:00:00 2001
 From: Adam Dybkowski <adamx.dybkowski at intel.com>
 Date: Fri, 26 Jun 2020 13:23:42 +0200
 Subject: [PATCH] crypto/qat: fix AES-XTS capabilities
 
+[ upstream commit 12e4f2b7197d54fe358c98f633b9c4fdacfaa67e ]
+
 This patch fixes the increment field of the AES-XTS cipher key size.
 
 Fixes: 7d5ef3bb32cd ("crypto/qat: support XTS")
-Cc: stable at dpdk.org
 
 Signed-off-by: Adam Dybkowski <adamx.dybkowski at intel.com>
 Acked-by: Fiona Trahe <fiona.trahe at intel.com>
@@ -15,7 +16,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/drivers/crypto/qat/qat_sym_capabilities.h b/drivers/crypto/qat/qat_sym_capabilities.h
-index 7b8b13b4f..b16581fff 100644
+index dbeea4340..8591795aa 100644
 --- a/drivers/crypto/qat/qat_sym_capabilities.h
 +++ b/drivers/crypto/qat/qat_sym_capabilities.h
 @@ -419,7 +419,7 @@


More information about the stable mailing list