From: Linas Vepstas Date: Tue, 10 Oct 2006 21:18:18 +0000 (-0500) Subject: [PATCH] powerpc/cell spidernet reduce DMA kicking X-Git-Tag: v2.6.19-rc2~23^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a664ccf430547696951bf3949f5a2de5079ece5a;p=pandora-kernel.git [PATCH] powerpc/cell spidernet reduce DMA kicking The current code attempts to start the TX dma every time a packet is queued. This is too conservative, and wastes CPU time. This patch changes behaviour to call the kick-dma function less often, only when the tx queue is at risk of emptying. This reduces cpu usage, improves performance. Signed-off-by: Linas Vepstas Cc: James K Lewis Cc: Arnd Bergmann Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed