Bug 29282
Summary: | Slow throughput on RTL8111E (r8169 driver), NOHZ: local_softirq_pending 08 errors | ||
---|---|---|---|
Product: | Drivers | Reporter: | Edwin (utomatoe) |
Component: | Network | Assignee: | Francois Romieu (romieu) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | andyrtr, arthur.titeica, enrico.tagliavini, liquid.acid, romieu, stuffcorpse |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35-2.6.37 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Fatal cast error |
Description
Edwin
2011-02-17 02:58:01 UTC
Oops, can someone reassign to Drivers->Network? I don't seem to have the privileges necessary to reassign. Created attachment 48682 [details]
Fatal cast error
Reassigned. The first patch above is not needed for your 8168 revision if you want to try current kernel -git (as of -rc6) but it should avoid collateral damages with innocent testers. -- Ueimor I'm hitting a more serious issue here, but with the same output in kernel log. kernel is 2.6.38 vanilla network adapter: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06) Just now I was piping some data from one machine to this one through a ssh tunnel. The remote machine is also connected via GBit network, like this machine is. Anyway, suddenly the system just instantly rebooted -- display went black (first I thought I did exhaust the battery) and soon the BIOS status appeared. Forgot to add that the affected system is a Fujitsu Lifebook A530. This patch doesn't work against 2.6.35 (function being patched doesn't exist!), can you provide a patch for 2.6.35? I'll look into a more recent kernel when I have more time as well. (In reply to comment #3) > Reassigned. > > The first patch above is not needed for your 8168 revision if > you want to try current kernel -git (as of -rc6) but it should > avoid collateral damages with innocent testers. > > -- > Ueimor Still occurs with vanilla 2.6.38.4. And more triaging in this bug: https://bugzilla.kernel.org/show_bug.cgi?id=32962 This XID 0c200000 should be correctly recognized but the needed bits are in David Miller's net-next tree. Some related comments may be found in : https://bugzilla.kernel.org/show_bug.cgi?id=34172 -- Ueimor It should not be possible to trigger local_softirq_pending warnings with current 3.5-rc since 7dbb491878a2c51d372a8890fa45a8ff80358af1. Please update status if needed. -- Ueimor |