aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb.h
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2006-08-31 14:27:51 -0700
committerAuke Kok <juke-jan.h.kok@intel.com>2006-08-31 14:27:51 -0700
commit7a0eec3bca6ca024325defbc454252da6c537d40 (patch)
tree2609600be6b4a5a465c8e8b5570b44c7789bda1a /drivers/net/ixgb/ixgb.h
parentixgb: recalculate after how many descriptors to wake the queue (diff)
downloadlinux-dev-7a0eec3bca6ca024325defbc454252da6c537d40.tar.xz
linux-dev-7a0eec3bca6ca024325defbc454252da6c537d40.zip
ixgb: Cache-align all TX components of the adapter struct.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r--drivers/net/ixgb/ixgb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h
index a4bee8cafa58..a51604b3651f 100644
--- a/drivers/net/ixgb/ixgb.h
+++ b/drivers/net/ixgb/ixgb.h
@@ -170,7 +170,7 @@ struct ixgb_adapter {
unsigned long led_status;
/* TX */
- struct ixgb_desc_ring tx_ring;
+ struct ixgb_desc_ring tx_ring ____cacheline_aligned_in_smp;
unsigned long timeo_start;
uint32_t tx_cmd_type;
uint64_t hw_csum_tx_good;