V2 change and built kernel image.
Heiner Kallweit 2024-10-17 21:25:46 UTC
I found that the proposed patch causes issues under heavy load. Reason isn't
clear yet. Could you please test whether the following fixes the issue for you
as well?
This change should have no side effects.
diff --git a/drivers/net/ethernet/realtek/r8169_main.c
b/drivers/net/ethernet/realtek/r8169_main.c
index 4166f1ab8..56ff450ad 100644
--- a/drivers/net/ethernet/realtek/r8169_main.c
+++ b/drivers/net/ethernet/realtek/r8169_main.c
@@ -4749,7 +4749,8 @@ static irqreturn_t rtl8169_interrupt(int irq, void
*dev_instance)
if ((status & 0xffff) == 0xffff || !(status & tp->irq_mask))
return IRQ_NONE;
- if (unlikely(status & SYSErr)) {
+ if (unlikely(status & SYSErr &&
+ tp->mac_version <= RTL_GIGA_MAC_VER_06)) {
rtl8169_pcierr_interrupt(tp->dev);
goto out;
}
--
2.47.0
** Attachment added:
"linux-image-6.12.0-rc3+_6.12.0-rc3-00049-g917cf2ced138-23_amd64.deb"
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.8/+bug/2080454/+attachment/5829239/+files/linux-image-6.12.0-rc3+_6.12.0-rc3-00049-g917cf2ced138-23_amd64.deb
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080454
Title:
NIC(r8169) didn't link up after resuming from suspend
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.8/+bug/2080454/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs