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:
73f5698
)
fib_rules: reorder struct fib_rules fields
author
Eric Dumazet
<edumazet@google.com>
Sat, 3 Aug 2013 18:50:35 +0000
(11:50 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 3 Aug 2013 18:53:54 +0000
(11:53 -0700)
Move refcnt, pref, suppress_ifgroup, suppress_prefixlen out of first
cache line, as they are not used in fast path.
Make sure ctarget & fr_net are in first cache line.
(Assuming 64 bit arches and 64 bytes cache lines)
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found