patch 'test/security: remove fast-free Tx flag' has been queued to stable release 25.11.3
Kevin Traynor
ktraynor at redhat.com
Tue Jul 28 17:56:15 CEST 2026
Hi,
FYI, your patch has been queued to stable release 25.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 08/01/26. 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/841d854a54dd12dc7be5c2c41b2a56e484fdd728
Thanks.
Kevin
---
>From 841d854a54dd12dc7be5c2c41b2a56e484fdd728 Mon Sep 17 00:00:00 2001
From: Bruce Richardson <bruce.richardson at intel.com>
Date: Mon, 22 Jun 2026 12:18:32 +0100
Subject: [PATCH] test/security: remove fast-free Tx flag
[ upstream commit 026fb64a26aa52981c378fe3dcf2c68383573b9c ]
The FAST_FREE Tx offload flag is an optimization that may not be
supported by all drivers, but the test unconditionally sets this as part
of the Tx config. Since it's an optimization that should not affect test
correctness, and since this is a unit test, not perf test, just remove
the flag.
Fixes: 86e2487c5f2c ("test/security: add cases for inline IPsec offload")
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Akhil Goyal <gakhil at marvell.com>
---
app/test/test_security_inline_proto.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app/test/test_security_inline_proto.c b/app/test/test_security_inline_proto.c
index 3af892261a..260f72acfa 100644
--- a/app/test/test_security_inline_proto.c
+++ b/app/test/test_security_inline_proto.c
@@ -96,6 +96,5 @@ static struct rte_eth_conf port_conf = {
.txmode = {
.mq_mode = RTE_ETH_MQ_TX_NONE,
- .offloads = RTE_ETH_TX_OFFLOAD_SECURITY |
- RTE_ETH_TX_OFFLOAD_MBUF_FAST_FREE,
+ .offloads = RTE_ETH_TX_OFFLOAD_SECURITY,
},
.lpbk_mode = 1, /* enable loopback */
--
2.55.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-07-28 16:54:52.114049798 +0100
+++ 0045-test-security-remove-fast-free-Tx-flag.patch 2026-07-28 16:54:50.782369244 +0100
@@ -1 +1 @@
-From 026fb64a26aa52981c378fe3dcf2c68383573b9c Mon Sep 17 00:00:00 2001
+From 841d854a54dd12dc7be5c2c41b2a56e484fdd728 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 026fb64a26aa52981c378fe3dcf2c68383573b9c ]
+
@@ -13 +14,0 @@
-Cc: stable at dpdk.org
@@ -22 +23 @@
-index be2d4f8bad..4e074712f5 100644
+index 3af892261a..260f72acfa 100644
More information about the stable
mailing list