From: Alexander Duyck Date: Wed, 8 Feb 2012 07:50:56 +0000 (+0000) Subject: ixgbe: Place skb on first buffer_info structure to avoid using stack space X-Git-Tag: v3.4-rc1~177^2~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd0db0ed02a6abce5427e90d1e8522322107d62b;p=pandora-kernel.git ixgbe: Place skb on first buffer_info structure to avoid using stack space Instead of keeping a local copy of the skb on the stack for as long as long as we do it makes sense to instead just place it on the first tx_buffer structure so that we can save space on the stack and avoid unnecessary read/write operations copying the pointer out of the stack and onto the ring later. Signed-off-by: Alexander Duyck Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed