]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv6/sit.c
net: struct xfrm_tunnel in read_mostly section
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 30 Aug 2010 07:04:14 +0000 (07:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Aug 2010 20:50:45 +0000 (13:50 -0700)
commit6dcd814bd08bc7989f7f3eac9bbe8b20aec0182a
treee8fcde2ef93efa62437aff893477098a1bf8b6a0
parentc274f29120eff7852bb2370ae6f05f46de75edbc
net: struct xfrm_tunnel in read_mostly section

tunnel4_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/ipv4/ipip.c
net/ipv4/tunnel4.c
net/ipv4/xfrm4_tunnel.c
net/ipv6/sit.c