commit | 3b446c3e1592287dae117e03e61af0aa09adba6f | [log] [tgz] |
---|---|---|
author | Ayaz Abdulla <aabdulla@nvidia.com> | Mon Mar 10 14:58:21 2008 -0500 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Mar 17 08:11:07 2008 -0400 |
tree | 353e81426702bd929f834ce4578e9ca5847365f1 | |
parent | ad390d2d56c167b317a38b50f6373a4775597734 [diff] |
forcedeth: limit tx to 16 This is a critical patch which adds a workaround for a HW bug. The patch will limit the number of outstanding tx packets to 16. Otherwise, the HW could send out packets with bad checksums. The driver will still setup the tx packets into the ring, however, will only set the Valid bit on 16 packets at a time. Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>