commit | 244e27ad4d9e561c688c4da3383fec890be832d0 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Feb 08 07:51:11 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Mar 19 01:38:42 2012 -0700 |
tree | 7a9c91b3341783ee7054c2d7f9b0febb66b7fdcc | |
parent | 4da0bd736552e6377b407b3c3d3ae518ebbdd269 [diff] |
ixgbe: Store Tx flags and protocol information to tx_buffer sooner This change makes it so that we store the tx_flags and protocol information to the tx_buffer_info structure sooner. This allows us to avoid unnecessary read/write transactions since we are placing the data in the final location earlier. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Stephen Ko <stephen.s.ko@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>