From: Olof Johansson Date: Thu, 29 Nov 2007 02:56:41 +0000 (-0600) Subject: pasemi_mac: performance tweaks X-Git-Tag: v2.6.25-rc1~1162^2~574 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c15332bed4c59fff6423f08ef6bd6894af38a99;p=pandora-kernel.git pasemi_mac: performance tweaks pasemi_mac: performance tweaks * Seems like we do better with a smaller RX ring, probably because chances of still having the SKB cached are better * Const-ify variables to get better code generation and fewer reloads * Move prefetching around a little, and try to prefetch the whole SKB * Set NETIF_F_HIGHDMA * Misc other minor tweaks Signed-off-by: Olof Johansson Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed