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:
153f094
)
ip6tnl: percpu stats accounting
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 28 Sep 2010 03:23:34 +0000
(
03:23
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 29 Sep 2010 20:25:52 +0000
(13:25 -0700)
Maintain per_cpu tx_bytes, tx_packets, rx_bytes, rx_packets.
Other seldom used fields are kept in netdev->stats structure, possibly
unsafe.
This is a preliminary work to support lockless transmit path, and
correct RX stats, that are already unsafe.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found