Re: [PATCH net-next 2/3] ipv4: use skb coalescing in defragmentation
From: David Miller <davem@davemloft.net> Date: 2012-05-19 22:35:53
From: Eric Dumazet <redacted>
Date: Sat, 19 May 2012 15:02:20 +0200
From: Eric Dumazet <edumazet@google.com>
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 <edumazet@google.com>
Cc: Alexander Duyck <redacted>