patch 'net/iavf: fix reset handling error log' has been queued to stable release 24.11.7
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Thu Jun 11 15:19:47 CEST 2026
Hi,
FYI, your patch has been queued to stable release 24.11.7
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/13/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/bluca/dpdk-stable
This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/4f1452d66da3b21c989fbae38432fd46d9249efe
Thanks.
Luca Boccassi
---
>From 4f1452d66da3b21c989fbae38432fd46d9249efe 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/iavf/iavf_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/iavf/iavf_ethdev.c b/drivers/net/iavf/iavf_ethdev.c
index 926540f18e..8c3ecf75e1 100644
--- a/drivers/net/iavf/iavf_ethdev.c
+++ b/drivers/net/iavf/iavf_ethdev.c
@@ -3151,7 +3151,7 @@ iavf_handle_hw_reset(struct rte_eth_dev *dev)
goto exit;
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;
iavf_set_no_poll(adapter, false);
--
2.47.3
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-06-11 14:20:02.831796007 +0100
+++ 0038-net-iavf-fix-reset-handling-error-log.patch 2026-06-11 14:20:01.210745885 +0100
@@ -1 +1 @@
-From 60bfc2639fc3f561756e267f8a97c7be799fc369 Mon Sep 17 00:00:00 2001
+From 4f1452d66da3b21c989fbae38432fd46d9249efe Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 60bfc2639fc3f561756e267f8a97c7be799fc369 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -17 +18 @@
- drivers/net/intel/iavf/iavf_ethdev.c | 2 +-
+ drivers/net/iavf/iavf_ethdev.c | 2 +-
@@ -20,5 +21,5 @@
-diff --git a/drivers/net/intel/iavf/iavf_ethdev.c b/drivers/net/intel/iavf/iavf_ethdev.c
-index b4533e663c..3126d9b644 100644
---- a/drivers/net/intel/iavf/iavf_ethdev.c
-+++ b/drivers/net/intel/iavf/iavf_ethdev.c
-@@ -3194,7 +3194,7 @@ iavf_handle_hw_reset(struct rte_eth_dev *dev, bool vf_initiated_reset)
+diff --git a/drivers/net/iavf/iavf_ethdev.c b/drivers/net/iavf/iavf_ethdev.c
+index 926540f18e..8c3ecf75e1 100644
+--- a/drivers/net/iavf/iavf_ethdev.c
++++ b/drivers/net/iavf/iavf_ethdev.c
+@@ -3151,7 +3151,7 @@ iavf_handle_hw_reset(struct rte_eth_dev *dev)
@@ -31,2 +32,2 @@
- /* Call the post reset callback */
- if (vf->post_reset_cb != NULL)
+ vf->in_reset_recovery = false;
+ iavf_set_no_poll(adapter, false);
More information about the stable
mailing list