[ovs-discuss] How to set queue min-rate to 0?

Alex Reyes alexr.dreamer at gmail.com
Mon Mar 24 10:22:53 UTC 2014


Hi guys,

When I try to create queue with:

sudo ovs-vsctl -- set port eth0 qos=@newqos -- --id=@newqos create qos
type=linux-htb other-config:max-rate=10000000 queues=0=@q0,1=@q1 --
--id=@q0 create queue other-config:min-rate=8000000
other-config:max-rate=8000000 -- --id=@q1 create queue
other-config:min-rate=0 other-config:max-rate=10000000

I get Alarm Clock message...

I want to make qos policy that would put QoS traffic in q1 and all
other in q0... Qo should get all bandwidth when there is no qos
traffic, and QoS traffic should always get guaranteed bandwidth and no
more than that...



Do you have any idea what I am doing wrong?



More information about the discuss mailing list