Hi,

I want to use HTB with mulit-levels, and the HTB configured by the
ovs-vsctl is single level only.

However, If I configure a HTB using tc, the queues won't be registered in
the OVS database (qos and queue tables stay empty), So my question is can I
still use them in the set_queue command ? and if so what would be the queue
IDs ?

For example, If I create an HTB using the following commands:
tc qdisc add dev s1-eth1 root handle 1: htb default 11
tc class add dev s1-eth1 parent 1: classid 1:1 htb rate 9mbit ceil 9mbit
tc class add dev s1-eth1 parent 1:1 classid 1:10 htb rate 7mbit ceil 9mbit
tc class add dev s1-eth1 parent 1:1 classid 1:11 htb rate 2mbit ceil 9mbit

neither using 10,11 nor 0,1 as IDs in the set_queue works (as in all my
traffic goes to the default queue ).

Thanks,
Enas

-- 

------------------------------
This message and its contents, including attachments are intended solely 
for the original recipient. If you are not the intended recipient or have 
received this message in error, please notify me immediately and delete 
this message from your computer system. Any unauthorized use or 
distribution is prohibited. Please consider the environment before printing 
this email.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to