提交 7a0eec3b 编写于 作者: J Jesse Brandeburg 提交者: Auke Kok

ixgb: Cache-align all TX components of the adapter struct.

Signed-off-by: NJesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: NAuke Kok <auke-jan.h.kok@intel.com>
上级 ab8ced2f
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册