Revision 477206a018f902895bfcd069dd820bfe94c187b1 authored by Julien Ducourthial on 08 May 2012, 22:00:06 UTC, committed by David S. Miller on 08 May 2012, 23:34:10 UTC
The r8169 may get stuck or show bad behaviour after activating TSO :
the net_device is not stopped when it has no more TX descriptors.
This problem comes from TX_BUFS_AVAIL which may reach -1 when all
transmit descriptors are in use. The patch simply tries to keep positive
values.

Tested with 8111d(onboard) on a D510MO, and with 8111e(onboard) on a
Zotac 890GXITX.

Signed-off-by: Julien Ducourthial <jducourt@free.fr>
Acked-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent c5baa80
History
File Mode Size
README.dvb-usb -rw-r--r-- 9.7 KB
avermedia.txt -rw-r--r-- 13.6 KB
bt8xx.txt -rw-r--r-- 3.8 KB
cards.txt -rw-r--r-- 4.7 KB
ci.txt -rw-r--r-- 6.6 KB
contributors.txt -rw-r--r-- 3.0 KB
faq.txt -rw-r--r-- 5.7 KB
get_dvb_firmware -rwxr-xr-x 22.7 KB
it9137.txt -rw-r--r-- 289 bytes
lmedm04.txt -rw-r--r-- 2.0 KB
opera-firmware.txt -rw-r--r-- 480 bytes
readme.txt -rw-r--r-- 1.6 KB
technisat.txt -rw-r--r-- 2.6 KB
ttusb-dec.txt -rw-r--r-- 1.1 KB
udev.txt -rw-r--r-- 2.2 KB

readme.txt

back to top