On Tue, Dec 11, 2018 at 11:18:16PM -0800, Rallapalli Jagannath wrote:
> Hi,
>  I am new to OVS and I have a question on traffic shaping .
> Setup:
> ---------
> I have a bridge br1 with two interfaces br1(LOCAL) and tn1 tunnel
> interface. Bridge br1 doesn't have any physical interfaces.
> Traffic coming on tn1 goes out of br1 Local interface. It uses iptables
> and egresses out of eth0 to the internet.
> 
> I want to apply traffic shaping on some flows from tn1 going out of eth0.
> Can someone please tell me how to do this?
> 
> I tried the following and it did not work. Traffic was always going to
> default queue.
> 
> // Creating QoS config on br1
> 
> # ovs-vsctl set port br1 qos=@newqos1 -- --id=@newqos1 create qos
> type=linux-htb other-config:max-rate=1000000 queues:4=@vn4queue --
> --id=@vn4queue create queue other-config:max-rate=20000

It looks like you did not define a min-rate for the queue, but min-rate
is required.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to