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:
9dd3c79
)
ipv4: speedup ip_idents_reserve()
author
Eric Dumazet
<edumazet@google.com>
Fri, 1 May 2015 17:37:49 +0000
(10:37 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 1 May 2015 23:44:00 +0000
(19:44 -0400)
Under stress, ip_idents_reserve() is accessing a contended
cache line twice, with non optimal MESI transactions.
If we place timestamps in separate location, we reduce this
pressure by ~50% and allow atomic_add_return() to issue
a Request for Ownership.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c
patch
|
blob
|
history
diff --cc
net/ipv4/route.c
Simple merge