commit | 2dd875ff31ac7ff42d6fc7d7f78ac6c0635439f5 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu May 10 05:36:34 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 10 23:33:01 2012 -0400 |
tree | c75209ccd8374f9695d4ec854d5b4bfb80c5e0dc | |
parent | a6700db17980972199e61c06be535a79e1b0b4e6 [diff] |
net_sched: update bstats in dequeue() 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>