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:
a6700db
)
net_sched: update bstats in dequeue()
author
Eric Dumazet
<edumazet@google.com>
Thu, 10 May 2012 05:36:34 +0000
(
05:36
+0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 11 May 2012 03:33:01 +0000
(23:33 -0400)
Class bytes/packets stats can be misleading because they are updated in
enqueue() while packet might be dropped later.
We already fixed all qdiscs but sch_atm.
This patch makes the final cleanup.
class rate estimators can now match qdisc ones.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found