Bug 57711 - RTL-8110SC/8169SC driver hangs on 1G mode
Summary: RTL-8110SC/8169SC driver hangs on 1G mode
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Drivers
Classification: Unclassified
Component: Network (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_network@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-07 07:32 UTC by Jaroslav Fojtik
Modified: 2013-11-13 20:44 UTC (History)
2 users (show)

See Also:
Kernel Version: not given
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Jaroslav Fojtik 2013-05-07 07:32:16 UTC
The ethernet driver is rock stable on 10M/100M modes. 

1G mode causes ethernet device freezing. But everything else seems to continue working. I am not alone who is facing this problem.

Here is another desperate guy:
http://forums.debian.net/viewtopic.php?f=7&t=62789

It looks like drop packet count starts to increase and the device is not able to receive packet. All packets are dropped.
---------------------------------------------------------
eth2      Link encap:Ethernet  HWaddr 00:30:18:A9:F4:01  
          inet addr:10.23.202.49  Bcast:10.23.202.55  Mask:255.255.255.248
          inet6 addr: fe80::230:18ff:fea9:f401/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15642592 errors:0 dropped:251658225 overruns:0 frame:0
          TX packets:18904013 errors:0 dropped:92 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1555731278 (1483.6 Mb)  TX bytes:1855203093 (1769.2 Mb)
          Interrupt:19 Base address:0xc800 
---------------------------------------------------------

It seems to be different kind of bug than this one:
https://bugzilla.kernel.org/show_bug.cgi?id=16276

Note You need to log in before you can comment on or make changes to this bug.