> On 25 Apr, 2020, at 10:09 pm, Dave Taht <dave.taht at gmail.com> wrote: > > ~# tc qdisc add dev eth1 root cake bandwidth 160mbps For tc, the "mbps" suffix is interpreted as megaBYTES per second. For megaBITS, use Mbit. The output and behaviour is consistent with that. - Jonathan Morton