From: Alexander Duyck Date: Sat, 2 Feb 2013 05:07:11 +0000 (+0000) Subject: igb: Support using build_skb in the case that jumbo frames are disabled X-Git-Tag: v3.9-rc1~139^2~53^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e238eada573540f82530f8ae4f3343c023d774;p=pandora-kernel.git igb: Support using build_skb in the case that jumbo frames are disabled This change makes it so that we can enable the use of build_skb for cases where jumbo frames are disabled. The advantage to this is that we do not have to perform a memcpy to populate the header and as a result we see a significant performance improvement. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed