Regards,

 

I am trying to test QoS in mininet environment using open vswitch with two
interfaces - s1-eth1 and s2-eth2.

 

I have limited links to 10Mbps and added QoS queue with 2MB limit for both
interfaces:

ovs-vsctl set interface s1-eth1 ingress_policing_rate=1000

ovs-vsctl set interface s1-eth1 ingress_policing_burst=100

ovs-vsctl set port s1-eth1 qos=@newqos -- --id=@newqos create qos
type=linux-htb queues=0=@q0 -- --id=@q0 create queue
other-config:min-rate=2000000 other-config:max-rate=2000000

 

When I test network bandwidth with iperf (s1-eth1 ingress, s1-eth2 egress) I
get maximum bw ~1Mbps.

 

When I test bw without setting ingress_policing_rate and
ingress_policing_burst I get 2Mbps as expected.

 

I don't understand why I don't get pre-configured bandwidth limiting
policing rate and queues together. 

 

Can someone help me understand this behavior or direct me to documentation I
can read to understand this? Did I misconfigure the switch?

 

I have tried searching a solution but with no results.

 

Regards,

Mita

 

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

Reply via email to