Hi Toke
i have little network with 100 users with ip 192.168.10.0/24

eth0 internet
eth1 lan + pppoe 

on pppeo i have network 192.168.11.0/24

now i use hfsc to shape users by services
i have 3 services
1. 5mbit
2. 7mbit
3. 10mbit

with hfsc i use classid to select user and speed but in cake not have classid support and this is a problem i want to use cake and set to every users different speed


On Thu, Mar 7, 2019, 11:21 Toke Høiland-Jørgensen <toke@redhat.com> wrote:
Martin Zaharinov <micron10@gmail.com> writes:

> Hi i try to  make clear shaper with cake and drr
> in this test i add drr for root and make class to set limit by ip
> i use kernel 4.9.x and latest sch_cake from github
>
> but in dmesg have error:
>
> [  609.157445] drr_dequeue: cake qdisc 8004: is non-work-conserving?
> [  609.212679] drr_dequeue: cake qdisc 8003: is non-work-conserving?

Yeah, you can't use cake as a DRR leaf qdisc. But why would you want to
do that? Cake contains its own DRR round-robin scheduler...

-Toke