diff options
author | Eric Dumazet <edumazet@google.com> | 2012-05-19 03:02:35 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-19 18:34:57 -0400 |
commit | ec16439e173aaf56f62bd8e175e976fbd452497b (patch) | |
tree | c26192b632186e2db52d8b808270f22fc1d1ac81 /drivers | |
parent | 3cc4949269e01f39443d0fcfffb5bc6b47878d45 (diff) |
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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions