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:
8571a19
)
net: Pre-COW metrics for TCP.
author
David S. Miller
<davem@davemloft.net>
Fri, 28 Jan 2011 06:01:53 +0000
(22:01 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 28 Jan 2011 06:01:53 +0000
(22:01 -0800)
TCP is going to record metrics for the connection,
so pre-COW the route metrics at route cache entry
creation time.
This avoids several atomic operations that have to
occur if we COW the metrics after the entry reaches
global visibility.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found