commit | e606bfe74de63d6c3778c145ee0673d96ab257c9 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Apr 22 04:07:43 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat May 14 17:59:20 2011 -0700 |
tree | 86a5ac602ad08c4fa80d4c630d9835c1dc5c6af2 | |
parent | 51275d37a85bc82bda7e5b179ee520e85e66e782 [diff] |
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 <alexander.h.duyck@intel.com> Tested-by: Evan Swanson <evan.swanson@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>