igb: move gso_segs into buffer_info structure
authorNick Nunley <nicholasx.d.nunley@intel.com>
Wed, 17 Feb 2010 01:04:37 +0000 (01:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2010 21:21:37 +0000 (13:21 -0800)
This change moves gso_segs into the buffer_info structure to avoid
a possible cache line miss in clean_tx_irq.

Signed-off-by: Nicholas Nunley <nicholasx.d.nunley@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found