From: Eric Dumazet <eduma...@google.com> Date: Mon, 12 Nov 2018 16:17:16 -0800
> When EDT conversion happened, fq lost the ability to enfore a maxrate > for all flows. It kept it for non EDT flows. > > This commit restores the functionality. > > Tested: > > tc qd replace dev eth0 root fq maxrate 500Mbit > netperf -P0 -H host -- -O THROUGHPUT > 489.75 > > Fixes: ab408b6dc744 ("tcp: switch tcp and sch_fq to new earliest departure > time model") > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied, thanks Eric.