ipv6: use skb coalescing in reassembly
authorEric Dumazet <edumazet@google.com>
Sat, 19 May 2012 03:02:35 +0000 (03:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 May 2012 22:34:57 +0000 (18:34 -0400)
commitec16439e173aaf56f62bd8e175e976fbd452497b
treec26192b632186e2db52d8b808270f22fc1d1ac81
parent3cc4949269e01f39443d0fcfffb5bc6b47878d45
ipv6: use skb coalescing in reassembly

ip6_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 <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/reassembly.c
This page took 0.039875 seconds and 5 git commands to generate.