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
1024x768.S -rw-r--r-- 1.3 KB
1280x1024.S -rw-r--r-- 1.3 KB
1680x1050.S -rw-r--r-- 1.3 KB
1920x1080.S -rw-r--r-- 1.3 KB
HOWTO.txt -rw-r--r-- 2.1 KB
Makefile -rw-r--r-- 435 bytes
edid.S -rw-r--r-- 9.2 KB
hex -rw-r--r-- 25 bytes

back to top