From: Alexander Duyck Date: Fri, 22 Apr 2011 04:07:43 +0000 (+0000) Subject: ixgbe: move flags and state into the same cacheline X-Git-Tag: v3.0-rc1~377^2~75^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e606bfe74de63d6c3778c145ee0673d96ab257c9;p=pandora-kernel.git ixgbe: move flags and state into the same cacheline This change moves flags and state into the same cacheline. The reason for this change is because both are frequently read around the same time and infrequently written. By combining them into the same cacheline this should help to reduce memory utilization. Signed-off-by: Alexander Duyck Tested-by: Evan Swanson Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed