Home
last modified time | relevance | path

Searched hist:ec16439e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dreassembly.cec16439e Fri May 18 22:02:35 CDT 2012 Eric Dumazet <edumazet@google.com> 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>
ec16439e Fri May 18 22:02:35 CDT 2012 Eric Dumazet <edumazet@google.com> 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>