patch 'security: fix SA lifetime comments' has been queued to stable release 21.11.2

Kevin Traynor ktraynor at redhat.com
Tue May 10 14:30:00 CEST 2022


Hi,

FYI, your patch has been queued to stable release 21.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/15/22. 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://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/be6637f158eaf3b4d1843decb4b25aad940c95c1

Thanks.

Kevin

---
>From be6637f158eaf3b4d1843decb4b25aad940c95c1 Mon Sep 17 00:00:00 2001
From: Anoob Joseph <anoobj at marvell.com>
Date: Wed, 27 Apr 2022 11:31:45 +0530
Subject: [PATCH] security: fix SA lifetime comments
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

[ upstream commit 99783e212140878153b1abfb65c10c975ca45201 ]

Fix comments to reflect the hard expiry fields.

Fixes: ad7515a39f2a ("security: add SA lifetime configuration")

Reported-by: Thomas Monjalon <thomas at monjalon.net>
Signed-off-by: Anoob Joseph <anoobj at marvell.com>
Reviewed-by: Morten Brørup <mb at smartsharesystems.com>
---
 lib/security/rte_security.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/security/rte_security.h b/lib/security/rte_security.h
index 1228b6c8b1..1a15e95267 100644
--- a/lib/security/rte_security.h
+++ b/lib/security/rte_security.h
@@ -302,7 +302,7 @@ struct rte_security_ipsec_lifetime {
 	/**< Soft expiry limit in bytes */
 	uint64_t packets_hard_limit;
-	/**< Soft expiry limit in number of packets */
+	/**< Hard expiry limit in number of packets */
 	uint64_t bytes_hard_limit;
-	/**< Soft expiry limit in bytes */
+	/**< Hard expiry limit in bytes */
 };
 
-- 
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-05-10 13:24:22.210704514 +0100
+++ 0023-security-fix-SA-lifetime-comments.patch	2022-05-10 13:24:21.613646372 +0100
@@ -1 +1 @@
-From 99783e212140878153b1abfb65c10c975ca45201 Mon Sep 17 00:00:00 2001
+From be6637f158eaf3b4d1843decb4b25aad940c95c1 Mon Sep 17 00:00:00 2001
@@ -8,0 +9,2 @@
+[ upstream commit 99783e212140878153b1abfb65c10c975ca45201 ]
+
@@ -12 +13,0 @@
-Cc: stable at dpdk.org
@@ -22 +23 @@
-index 2a43cbe811..675db940eb 100644
+index 1228b6c8b1..1a15e95267 100644
@@ -25 +26 @@
-@@ -312,7 +312,7 @@ struct rte_security_ipsec_lifetime {
+@@ -302,7 +302,7 @@ struct rte_security_ipsec_lifetime {



More information about the stable mailing list