[PATCH 1/2] mv643xx_eth: Always free completed tx descs on tx interrupt

2006-04-11 Thread netdev-owner
From: Brent Cook <[EMAIL PROTECTED]> 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: : transmit timed out" messages. Signed-off-by: Brent Cook <[EMAIL PROTECTED]> Si

[PATCH 1/2] mv643xx_eth: Always free completed tx descs on tx interrupt

2006-04-05 Thread Dale Farnsworth
From: Brent Cook <[EMAIL PROTECTED]> 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: : transmit timed out" messages. Signed-off-by: Brent Cook <[EMAIL PROTECTED]> Si