commit | 5c5374087707d7848cb13f15e7c175daf346301c | [log] [tgz] |
---|---|---|
author | Brent Cook <bcook@bpointsys.com> | Tue Apr 11 18:23:15 2006 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Apr 12 18:11:23 2006 -0400 |
tree | 67c56fd643e1e0ff508e94f0570d4e89b29b6d7a | |
parent | e19360f2945f54eb44ae170ec9c33910d29834a2 [diff] |
[PATCH] mv643xx_eth: Always free completed tx descs on tx interrupt Fix the tx interrupt handler to free completed tx descriptors even when NAPI is enabled. Otherwise, the tx queue would fill up resulting in poor performance and "NETDEV WATCHDOG: <iface>: transmit timed out" messages. Signed-off-by: Brent Cook <bcook@bpointsys.com> Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>