From: Alexander Duyck Date: Wed, 8 Feb 2012 07:51:11 +0000 (+0000) Subject: ixgbe: Store Tx flags and protocol information to tx_buffer sooner X-Git-Tag: v3.4-rc1~177^2~17^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244e27ad4d9e561c688c4da3383fec890be832d0;p=pandora-kernel.git 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 Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed