From: Jesse Brandeburg Date: Thu, 3 Dec 2009 11:33:29 +0000 (+0000) Subject: ixgbe: performance tweaks X-Git-Tag: v2.6.33-rc1~388^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca3bc582cd24c2e6c0693a2ba2c71f3c2419c8b;p=pandora-kernel.git ixgbe: performance tweaks drop variables that had cache lines modified in simultaneous hot paths. keep some variables modified on hot paths but make their storage per queue. cache align DMA data buffer start addresses. cache align (padding) some structures that end within a cacheline. Signed-off-by: Jesse Brandeburg Acked-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed