patch 'net/r8169: ensure old mapping is used' has been queued to stable release 24.11.5

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Feb 20 15:56:50 CET 2026


Hi,

FYI, your patch has been queued to stable release 24.11.5

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/22/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/4dc00c1d14b9d76ff3e9ef597d0780b0d1947c4a

Thanks.

Luca Boccassi

---
>From 4dc00c1d14b9d76ff3e9ef597d0780b0d1947c4a Mon Sep 17 00:00:00 2001
From: Howard Wang <howard_wang at realsil.com.cn>
Date: Fri, 13 Feb 2026 11:20:17 +0800
Subject: [PATCH] net/r8169: ensure old mapping is used

[ upstream commit 356b3541b73febc5f37b3b9a075776c2e30dd624 ]

Fix the incorrect link status reported when binding the PMD after
the NIC has been initialized by the vendor driver.

Fixes: 619f6ebce115 ("net/r8169: support hardware configuration")

Signed-off-by: Howard Wang <howard_wang at realsil.com.cn>
---
 drivers/net/r8169/r8169_hw.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/r8169/r8169_hw.c b/drivers/net/r8169/r8169_hw.c
index 8dec0a7d07..f666bd1211 100644
--- a/drivers/net/r8169/r8169_hw.c
+++ b/drivers/net/r8169/r8169_hw.c
@@ -797,6 +797,9 @@ rtl_hw_config(struct rtl_hw *hw)
 		break;
 	}
 
+	/* Ensure the old mapping is used. */
+	RTL_W8(hw, INT_CFG0_8125, RTL_R8(hw, INT_CFG0_8125) & ~BIT_0);
+
 	rtl_disable_cfg9346_write(hw);
 
 	rte_delay_us(10);
-- 
2.47.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-02-20 14:55:47.338189170 +0000
+++ 0108-net-r8169-ensure-old-mapping-is-used.patch	2026-02-20 14:55:43.372193922 +0000
@@ -1 +1 @@
-From 356b3541b73febc5f37b3b9a075776c2e30dd624 Mon Sep 17 00:00:00 2001
+From 4dc00c1d14b9d76ff3e9ef597d0780b0d1947c4a Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 356b3541b73febc5f37b3b9a075776c2e30dd624 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index acc16f3e48..27d52c81c9 100644
+index 8dec0a7d07..f666bd1211 100644
@@ -21,3 +22,3 @@
-@@ -1083,6 +1083,9 @@ rtl8125_hw_config(struct rtl_hw *hw)
- 
- 	rtl_mac_ocp_write(hw, 0xE098, 0xC302);
+@@ -797,6 +797,9 @@ rtl_hw_config(struct rtl_hw *hw)
+ 		break;
+ 	}


More information about the stable mailing list