summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSimon Wunderlich2009-10-24 15:47:33 +0200
committerDavid S. Miller2009-10-24 15:47:33 +0200
commit05af2142d09845de2f4ae34181c72addd72d5ef9 (patch)
tree52bbe354a7f013f4977b546d870fcf42fd435102 /net
parentifb: should not use __dev_get_by_index() without locks (diff)
downloadkernel-qcow2-linux-05af2142d09845de2f4ae34181c72addd72d5ef9.tar.gz
kernel-qcow2-linux-05af2142d09845de2f4ae34181c72addd72d5ef9.tar.xz
kernel-qcow2-linux-05af2142d09845de2f4ae34181c72addd72d5ef9.zip
r8169: fix Ethernet Hangup for RTL8110SC rev d
The 8110SC rev d chip on our board shows a regression which the 8110SB chip did not have. When inbound traffic is overflowing the receive descriptor queue, "holes" in the ring buffer may occur which lead to a hangup until the buffer is filled again. The packets are than completely processed, but the ring remains porous and no packets are processed until the next overflow. Setting the interface down and up can fix the problem temporary from userspace. For some reason we don't know, this behaviour is not occuring if the RxVlan bit for hardware VLAN untagging is set. There is another "Work around for AMD plateform" in the current code which checks the VLAN status word in receive descriptors, but does never come to effect when hardware VLAN support is enabled. We assume that this is a bug in the chip. The following patch fixes the problem. Without the patch we could reproduce the hang within minutes (given other devices also generating lots of interrupts), without we couldn't reproduce within a few days of long term testing. This version contains minor style adjustments and is sent with mutt which will hopefully not destroy the formatting again. Signed-off-by: Bernhard Schmidt <bernhard.schmidt@saxnet.de> Signed-off-by: Simon Wunderlich <simon.wunderlich@saxnet.de> Acked-by: Francois Romieu <romieu@zoreil.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions