Increase fq_codel count in the bulk dropper
authorDave Taht <dave.taht@gmail.com>
Sat, 3 Aug 2019 23:37:28 +0000 (16:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Aug 2019 21:18:20 +0000 (14:18 -0700)
commitae697f3bf784898a9be1d68ff7fc38819ca5040f
treeecbb695a00490172ee83452d78311750e00d595f
parentb8fb640643fcdb3bca84137c4cec0c649b25e056
Increase fq_codel count in the bulk dropper

In the field fq_codel is often used with a smaller memory or
packet limit than the default, and when the bulk dropper is hit,
the drop pattern bifircates into one that more slowly increases
the codel drop rate and hits the bulk dropper more than it should.

The scan through the 1024 queues happens more often than it needs to.

This patch increases the codel count in the bulk dropper, but
does not change the drop rate there, relying on the next codel round
to deliver the next packet at the original drop rate
(after that burst of loss), then escalate to a higher signaling rate.

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