patch 'net/ixgbe/base: fix driver hang in VM' has been queued to stable release 24.11.2

Kevin Traynor ktraynor at redhat.com
Thu Feb 13 10:57:53 CET 2025


Hi,

FYI, your patch has been queued to stable release 24.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 02/17/25. 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/7bdfd8d853151b87df93c5cd0db4f90558d82a40

Thanks.

Kevin

---
>From 7bdfd8d853151b87df93c5cd0db4f90558d82a40 Mon Sep 17 00:00:00 2001
From: Piotr Kwapulinski <piotr.kwapulinski at intel.com>
Date: Tue, 14 Jan 2025 18:10:18 +0800
Subject: [PATCH] net/ixgbe/base: fix driver hang in VM

[ upstream commit e5e7c3cababa83b7e412e2fc87ce4de55b73b094 ]

Current value of IXGBE_SUBDEV_ID_E610_VF_HV (0x0001) causes the conflict
with real e610 subsystem device ID. This causes the TX hang of driver
running in VM. Update this value to 0x00FF to resolve conflict.

Fixes: 659e36767e77 ("net/ixgbe/base: add E610 VF HV macro")

Signed-off-by: Piotr Kwapulinski <piotr.kwapulinski at intel.com>
Signed-off-by: Yuan Wang <yuanx.wang at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 drivers/net/ixgbe/base/ixgbe_type.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ixgbe/base/ixgbe_type.h b/drivers/net/ixgbe/base/ixgbe_type.h
index cc49eace91..99ae823119 100644
--- a/drivers/net/ixgbe/base/ixgbe_type.h
+++ b/drivers/net/ixgbe/base/ixgbe_type.h
@@ -132,5 +132,5 @@
 #define IXGBE_DEV_ID_E610_SGMII			0x57B2
 #define IXGBE_DEV_ID_E610_VF			0x57AD
-#define IXGBE_SUBDEV_ID_E610_VF_HV		0x0001
+#define IXGBE_SUBDEV_ID_E610_VF_HV		0x00FF
 
 #define IXGBE_CAT(r, m) IXGBE_##r##m
-- 
2.48.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-02-12 17:29:37.428447887 +0000
+++ 0026-net-ixgbe-base-fix-driver-hang-in-VM.patch	2025-02-12 17:29:34.277945494 +0000
@@ -1 +1 @@
-From e5e7c3cababa83b7e412e2fc87ce4de55b73b094 Mon Sep 17 00:00:00 2001
+From 7bdfd8d853151b87df93c5cd0db4f90558d82a40 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit e5e7c3cababa83b7e412e2fc87ce4de55b73b094 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list