commit | 5c15332bed4c59fff6423f08ef6bd6894af38a99 | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Wed Nov 28 20:56:41 2007 -0600 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:04:22 2008 -0800 |
tree | c8969c43b540b4315e234fe351c325adcd5a7673 | |
parent | 34c20624ce541f8a7ff937f474af51f9044cedd7 [diff] |
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 <olof@lixom.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>