fq_codel: Kill useless per-flow dropped statistic
authorDave Taht <dave.taht@gmail.com>
Sat, 3 Aug 2019 23:37:29 +0000 (16:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Aug 2019 21:18:20 +0000 (14:18 -0700)
commit77ddaff218fc505f6930a2bf3e4eec2ff74255f5
tree4d531856b44e1006de75fd65387e8602aa694352
parentae697f3bf784898a9be1d68ff7fc38819ca5040f
fq_codel: Kill useless per-flow dropped statistic

It is almost impossible to get anything other than a 0 out of
flow->dropped statistic with a tc class dump, as it resets to 0
on every round.

It also conflates ecn marks with drops.

It would have been useful had it kept a cumulative drop count, but
it doesn't. This patch doesn't change the API, it just stops
tracking a stat and state that is impossible to measure and nobody
uses.

Signed-off-by: Dave Taht <dave.taht@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_fq_codel.c