git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dcd814
)
ipv6: struct xfrm6_tunnel in read_mostly section
author
Eric Dumazet
<eric.dumazet@gmail.com>
Mon, 30 Aug 2010 10:27:10 +0000
(10:27 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 30 Aug 2010 20:50:46 +0000
(13:50 -0700)
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>
No differences found