[Codel] [PATCH 2/2] Clamp interval to 32 bits

Eric Dumazet eric.dumazet at gmail.com
Sat May 5 07:53:14 EDT 2012


On Sat, 2012-05-05 at 04:40 -0700, Dave Taht wrote:

> If I run either version of this with htb, it crashes after a brief load.
> 
> qdisc del dev eth0 root
> qdisc add dev eth0 root handle 1: est 1sec 8sec htb default 1
> class add dev eth0 parent 1: classid 1:1 est 1sec 8sec htb rate
> 2000kibit mtu 1500 quantum 1514
> qdisc add dev eth0 parent 1:1 handle 10: est 1sec 4sec codel target
> 5ms interval 100ms limit 1000
> 
> I figure that's due to my still-botched netlink interface to the change routine.
> 
> I read some relevant code and the netlink doc and it's becoming more
> clear but I'm going to bed.
> handing off now.

Dont worry I'll take care of this

Have a good night !






More information about the Codel mailing list