]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Create percpu rt6_info
authorMartin KaFai Lau <kafai@fb.com>
Sat, 23 May 2015 03:56:06 +0000 (20:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 May 2015 17:25:35 +0000 (13:25 -0400)
commit790d3035c2d091812719d0b5e0c06d0bbbd532e3
treee7ad34bdd077c3af7d75acb6b6de7199c9672091
parent06b33951cfc1460ff00ff505ce6ede3b84ac948a
ipv6: Create percpu rt6_info

After the patch
'ipv6: Only create RTF_CACHE routes after encountering pmtu exception',
we need to compensate the performance hit (bouncing dst->__refcnt).

Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Cc: Hannes Frederic Sowa <hannes@stressinduktion.org>
Cc: Steffen Klassert <steffen.klassert@secunet.com>
Cc: Julian Anastasov <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_fib.h
include/uapi/linux/ipv6_route.h
net/ipv6/ip6_fib.c
net/ipv6/route.c