From: Brent Cook Date: Wed, 12 Apr 2006 01:23:15 +0000 (-0700) Subject: [PATCH] mv643xx_eth: Always free completed tx descs on tx interrupt X-Git-Tag: v2.6.17-rc2~81^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5374087707d7848cb13f15e7c175daf346301c;p=pandora-kernel.git [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: : transmit timed out" messages. Signed-off-by: Brent Cook Signed-off-by: Dale Farnsworth Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed