From: Alexander Duyck Date: Fri, 26 Aug 2011 07:45:15 +0000 (+0000) Subject: igb: push data into first igb_tx_buffer sooner to reduce stack usage X-Git-Tag: v3.2-rc1~129^2~105^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af40ad909e3e92a1cbb728999c427d2fa3b381d;p=pandora-kernel.git igb: push data into first igb_tx_buffer sooner to reduce stack usage Instead of storing most of the data for the TX hot path in the stack until we are ready to write the descriptor we can save ourselves some time and effort by pushing the SKB, tx_flags, gso_size, bytecount, and protocol into the first igb_tx_buffer since that is where we will end up putting it anyway. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed