Hey All, 1.sudo ovs-vsctl -- set port eth1 qos=@newqos \ 2.-- --id=@newqos create qos type=linux-htb 3.other-config:max-rate=900000000 queues=0=@q0,1=@q1,2=@q2 \ 4.-- --id=@q0 create queue other-config:min-rate=720000000 5.other-config:max-rate=900000000 \ 6.-- --id=@q1 create queue other-config:min-rate=0 7.other-config:max-rate=90000000 \ 8.-- --id=@q2 create queue other-config:min-rate=0 other-config:max-rate=90000000
I found this chuck of code for creating multiple queues for interface with different rate limits. Can someone please explain the syntax…Esp line1,line2,line3. Thanks, Jayanth Graduate Student, USC
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
