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)
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>

No differences found