ipv6: struct xfrm6_tunnel in read_mostly section
commit3ff2cfa55fb35bb5ea4490fbc82bb3c6771c121b
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 30 Aug 2010 10:27:10 +0000 (30 10:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Aug 2010 20:50:46 +0000 (30 13:50 -0700)
tree4f67088e323cd49b6748e15fba8951eabb80c308
parent6dcd814bd08bc7989f7f3eac9bbe8b20aec0182a
ipv6: struct xfrm6_tunnel in read_mostly section

tunnel6_handlers chain being scanned for each incoming packet,
make sure it doesnt share an often dirtied cache line.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_tunnel.c
net/ipv6/tunnel6.c
net/ipv6/xfrm6_tunnel.c