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:
5bfddbd
)
netfilter: nf_conntrack: per_cpu untracking
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 9 Jun 2010 12:43:38 +0000
(14:43 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Wed, 9 Jun 2010 12:43:38 +0000
(14:43 +0200)
NOTRACK makes all cpus share a cache line on nf_conntrack_untracked
twice per packet, slowing down performance.
This patch converts it to a per_cpu variable.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
No differences found