From: Eric Dumazet Date: Sat, 19 May 2012 03:02:20 +0000 (+0000) Subject: ipv4: use skb coalescing in defragmentation X-Git-Tag: v3.5-rc1~191^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc4949269e01f3;p=pandora-kernel.git ipv4: use skb coalescing in defragmentation ip_frag_reasm() can use skb_try_coalesce() to build optimized skb, reducing memory used by them (truesize), and reducing number of cache line misses and overhead for the consumer. Signed-off-by: Eric Dumazet Cc: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed