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:
2bc8ca4
)
net: better pcpu data alignment
author
Eric Dumazet
<eric.dumazet@gmail.com>
Fri, 4 Nov 2011 23:19:28 +0000
(23:19 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 8 Nov 2011 20:10:59 +0000
(15:10 -0500)
Tunnels can force an alignment of their percpu data to reduce number of
cache lines used in fast path, or read in .ndo_get_stats()
percpu_alloc() is a very fine grained allocator, so any small hole will
be used anyway.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found