patch 'doc: fix TSO feature status for iavf' has been queued to stable release 25.11.1
Kevin Traynor
ktraynor at redhat.com
Thu Feb 26 14:08:59 CET 2026
Hi,
FYI, your patch has been queued to stable release 25.11.1
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/02/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/2cba1dc770cfcbd548814753e70319b73370ed95
Thanks.
Kevin
---
>From 2cba1dc770cfcbd548814753e70319b73370ed95 Mon Sep 17 00:00:00 2001
From: Ciara Loftus <ciara.loftus at intel.com>
Date: Fri, 12 Dec 2025 11:06:26 +0000
Subject: [PATCH] doc: fix TSO feature status for iavf
[ upstream commit c864a26707ba7f74ddaf857c7a0ac5e26da232bc ]
TSO is only supported on the scalar path so change the status to
partially supported.
Fixes: 319c421f3890 ("net/avf: enable SSE Rx Tx")
Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
doc/guides/nics/features/iavf.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
index 7695e3ff7c..6c9e97594f 100644
--- a/doc/guides/nics/features/iavf.ini
+++ b/doc/guides/nics/features/iavf.ini
@@ -18,5 +18,5 @@ Power mgmt address monitor = Y
MTU update = Y
Scattered Rx = Y
-TSO = Y
+TSO = P
Promiscuous mode = Y
Allmulticast mode = Y
--
2.53.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-02-26 10:16:49.360554956 +0000
+++ 0057-doc-fix-TSO-feature-status-for-iavf.patch 2026-02-26 10:16:46.975118482 +0000
@@ -1 +1 @@
-From c864a26707ba7f74ddaf857c7a0ac5e26da232bc Mon Sep 17 00:00:00 2001
+From 2cba1dc770cfcbd548814753e70319b73370ed95 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit c864a26707ba7f74ddaf857c7a0ac5e26da232bc ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
More information about the stable
mailing list