patch 'crypto/cnxk: fix IPsec CCM capabilities' has been queued to stable release 22.11.3

Xueming Li xuemingl at nvidia.com
Sun Jun 25 08:34:57 CEST 2023


Hi,

FYI, your patch has been queued to stable release 22.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/27/23. 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 are on a temporary branch at:
https://git.dpdk.org/dpdk-stable/log/?h=22.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=22.11-staging&id=7e0080ff4f190b9dcf0ed65a22d16df36a29dddb

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 7e0080ff4f190b9dcf0ed65a22d16df36a29dddb Mon Sep 17 00:00:00 2001
From: Tejasree Kondoj <ktejasree at marvell.com>
Date: Fri, 12 May 2023 18:26:21 +0530
Subject: [PATCH] crypto/cnxk: fix IPsec CCM capabilities
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit eb581897e580a111bacf0adb3dcc1a9890f5e17b ]

Fixed lookaside IPsec AES-CCM capabilities.

Fixes: 246dea7e6efb ("crypto/cnxk: support AES-CCM")

Signed-off-by: Tejasree Kondoj <ktejasree at marvell.com>
---
 drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c b/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c
index 6c28f8942e..eb4e6ff966 100644
--- a/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c
+++ b/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c
@@ -936,8 +936,8 @@ static const struct rte_cryptodev_capabilities sec_caps_aes[] = {
 					.increment = 4
 				},
 				.iv_size = {
-					.min = 12,
-					.max = 12,
+					.min = 11,
+					.max = 11,
 					.increment = 0
 				}
 			}, }
-- 
2.25.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2023-06-25 14:32:00.627043000 +0800
+++ 0079-crypto-cnxk-fix-IPsec-CCM-capabilities.patch	2023-06-25 14:31:58.455773900 +0800
@@ -1 +1 @@
-From eb581897e580a111bacf0adb3dcc1a9890f5e17b Mon Sep 17 00:00:00 2001
+From 7e0080ff4f190b9dcf0ed65a22d16df36a29dddb Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit eb581897e580a111bacf0adb3dcc1a9890f5e17b ]
@@ -9 +11,0 @@
-Cc: stable at dpdk.org
@@ -17 +19 @@
-index 2f07b0ae09..8a3b0c48d0 100644
+index 6c28f8942e..eb4e6ff966 100644
@@ -20 +22 @@
-@@ -1077,8 +1077,8 @@ static const struct rte_cryptodev_capabilities sec_caps_aes[] = {
+@@ -936,8 +936,8 @@ static const struct rte_cryptodev_capabilities sec_caps_aes[] = {


More information about the stable mailing list