I set this QoS:
---------
ovs-vsctl -- set Port $INTERFACE qos=@newqos \
              -- --id=@newqos create QoS type=linux-htb 
other-config:max-rate=20000 queues=0=@q0,1=@q1 \
              -- --id=@q0 create Queue other-config:min-rate=10240 
other-config:max-rate=10240 other-config:burst=1000\
              -- --id=@q1 create Queue other-config:min-rate=500000000
--------
But I found the traffic in $INTERFACE is between 800Kbit/s and 2Mbit/s. 
Sometimes the traffic is zero.
It's curious. The expected value should be about 10Kbit/s.

BTW, this works well.
 > sudo ovs-vsctl set Interface eth1 ingress_policing_rate=10000
 > sudo ovs-vsctl set Interface eth1 ingress_policing_burst=1000

Thanks.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to