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:
7004bf2
)
vlan: use struct netdev_queue counters instead of dev->stats
author
Eric Dumazet
<dada1@cosmosbay.com>
Mon, 18 May 2009 00:35:38 +0000
(
00:35
+0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 18 May 2009 22:15:06 +0000
(15:15 -0700)
We can update netdev_queue tx_bytes/tx_packets/tx_dropped counters instead
of dev->stats ones, to reduce number of cache lines dirtied in xmit path.
This fixes a performance problem on SMP when many different cpus take
vlan tx path.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found