RE: CBQ simply doesn't work

Jonathan Earle (jearle@nortelnetworks.com)
Mon, 29 Jan 2001 10:38:39 -0500


Hi,

/sbin/insmod cls__u32

insmod: cls__u32: no module by that name found

I think you meant cls_u32, not cls__u32. Your script output seems to
indicate that you've already got the modules loaded somewhere.

tc class add dev ppp0 parent 10:1 classid 10:300 cbq bandwidth
28Kbit rate 3Kbit allot 1514 weight 3Kbit prio 5 maxburst 20 avpkt 1000

To get a 3kbit flow, you need the 'bounded' keyword in that line. Without
it, it will borrow all available bandwidth.

Further, you didn't appear to include your filter definitions in your
script. If the bounded keyword doesn't fix it, check what you are matching
in your filters. Packets not matching will sail right between your queues
without a care in the world.

Jon

> I can't get the CBQ running on 2.2.17. Alexey look like he
> doesn't reply to his
> mails. I made one more man to check it over me. We both
> can't find a problem.
> The file with config info is attached.
>
> Eager for any idea
>
> Clock
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/