patch 'net/r8169: fix RTL8168KB speed classification' has been queued to stable release 25.11.1
Kevin Traynor
ktraynor at redhat.com
Thu Feb 26 14:10:19 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/b16c3dbb9a0813bc63940394986433328599061c
Thanks.
Kevin
---
>From b16c3dbb9a0813bc63940394986433328599061c Mon Sep 17 00:00:00 2001
From: Howard Wang <howard_wang at realsil.com.cn>
Date: Fri, 13 Feb 2026 11:20:16 +0800
Subject: [PATCH] net/r8169: fix RTL8168KB speed classification
[ upstream commit 503c13691b4969ea649c964c477ae6b4df629d58 ]
The RTL8168KB was incorrectly treated as a 2.5G device.
This chip actually supports a maximum speed of 1Gbps.
Fixes: 4e6ed7284f50 ("net/r8169: simplify config method check")
Signed-off-by: Howard Wang <howard_wang at realsil.com.cn>
---
drivers/net/r8169/r8169_ethdev.c | 1 -
drivers/net/r8169/r8169_hw.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/net/r8169/r8169_ethdev.c b/drivers/net/r8169/r8169_ethdev.c
index f620154bf0..dfe45c1ccb 100644
--- a/drivers/net/r8169/r8169_ethdev.c
+++ b/drivers/net/r8169/r8169_ethdev.c
@@ -168,5 +168,4 @@ _rtl_setup_link(struct rte_eth_dev *dev)
case RTL8125A:
case RTL8125B:
- case RTL8168KB:
case RTL8125BP:
case RTL8125D:
diff --git a/drivers/net/r8169/r8169_hw.c b/drivers/net/r8169/r8169_hw.c
index e1521f5f9d..caeeba85f4 100644
--- a/drivers/net/r8169/r8169_hw.c
+++ b/drivers/net/r8169/r8169_hw.c
@@ -1555,5 +1555,4 @@ rtl_init_software_variable(struct rtl_hw *hw)
case RTL8125A:
case RTL8125B:
- case RTL8168KB:
case RTL8125BP:
case RTL8125D:
--
2.53.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-02-26 10:16:52.397052745 +0000
+++ 0137-net-r8169-fix-RTL8168KB-speed-classification.patch 2026-02-26 10:16:47.208460361 +0000
@@ -1 +1 @@
-From 503c13691b4969ea649c964c477ae6b4df629d58 Mon Sep 17 00:00:00 2001
+From b16c3dbb9a0813bc63940394986433328599061c Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 503c13691b4969ea649c964c477ae6b4df629d58 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 72e014e22b..b2b1882aa5 100644
+index f620154bf0..dfe45c1ccb 100644
@@ -29 +30 @@
-index aa5e160feb..acc16f3e48 100644
+index e1521f5f9d..caeeba85f4 100644
@@ -32 +33 @@
-@@ -1551,5 +1551,4 @@ rtl_init_software_variable(struct rtl_hw *hw, struct rte_pci_device *pci_dev)
+@@ -1555,5 +1555,4 @@ rtl_init_software_variable(struct rtl_hw *hw)
More information about the stable
mailing list