dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Jesse Brandeburg 2006-08-31 14:27:51 -07:00 committed by Auke Kok
parent ab8ced2fb0
commit 7a0eec3bca
1 changed files with 1 additions and 1 deletions

View File

@ -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;