patch 'net/iavf: fix reset handling error log' has been queued to stable release 25.11.3
Kevin Traynor
ktraynor at redhat.com
Thu Jul 23 19:15:01 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 07/27/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/269799d22249ba9690004834388b434d968378a5
Thanks.
Kevin
---
>From 269799d22249ba9690004834388b434d968378a5 Mon Sep 17 00:00:00 2001
From: Ciara Loftus <ciara.loftus at intel.com>
Date: Tue, 31 Mar 2026 13:01:20 +0000
Subject: [PATCH] net/iavf: fix reset handling error log
[ upstream commit 60bfc2639fc3f561756e267f8a97c7be799fc369 ]
Commit f665790a5dba ("drivers: remove redundant newline from logs")
intended to remove the newline from the log, however an unwanted
character was left over. Remove it.
Fixes: f665790a5dba ("drivers: remove redundant newline from logs")
Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
Reviewed-by: David Marchand <david.marchand at redhat.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
drivers/net/intel/iavf/iavf_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/intel/iavf/iavf_ethdev.c b/drivers/net/intel/iavf/iavf_ethdev.c
index 205a8b83e6..c604563be4 100644
--- a/drivers/net/intel/iavf/iavf_ethdev.c
+++ b/drivers/net/intel/iavf/iavf_ethdev.c
@@ -3165,5 +3165,5 @@ iavf_handle_hw_reset(struct rte_eth_dev *dev, bool vf_initiated_reset)
error:
- PMD_DRV_LOG(DEBUG, "RESET recover with error code=%dn", ret);
+ PMD_DRV_LOG(DEBUG, "RESET recover with error code=%d", ret);
exit:
vf->in_reset_recovery = false;
--
2.55.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-07-23 17:57:59.759851440 +0100
+++ 0038-net-iavf-fix-reset-handling-error-log.patch 2026-07-23 17:57:58.648510392 +0100
@@ -1 +1 @@
-From 60bfc2639fc3f561756e267f8a97c7be799fc369 Mon Sep 17 00:00:00 2001
+From 269799d22249ba9690004834388b434d968378a5 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 60bfc2639fc3f561756e267f8a97c7be799fc369 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -21 +22 @@
-index b4533e663c..3126d9b644 100644
+index 205a8b83e6..c604563be4 100644
@@ -24 +25 @@
-@@ -3195,5 +3195,5 @@ iavf_handle_hw_reset(struct rte_eth_dev *dev, bool vf_initiated_reset)
+@@ -3165,5 +3165,5 @@ iavf_handle_hw_reset(struct rte_eth_dev *dev, bool vf_initiated_reset)
@@ -30 +31 @@
- /* Call the post reset callback */
+ vf->in_reset_recovery = false;
More information about the stable
mailing list