From: Alexander Duyck Date: Wed, 8 Feb 2012 07:51:16 +0000 (+0000) Subject: ixgbe: Update layout of ixgbe_ring structure to improve cache performance X-Git-Tag: v3.4-rc1~177^2~17^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ee42944393895374e2f321f54e9a701e9f965c;p=pandora-kernel.git ixgbe: Update layout of ixgbe_ring structure to improve cache performance This change makes it so that only the 2nd cache line in the ring structure should see frequent updates. The advantage to this is that it should reduce the amount of cross CPU cache bouncing since only the 2nd cache line will be changing between most network transactions. Signed-off-by: Alexander Duyck Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed