Hi I need to configure OVS queues using OVS patch ports.Below is the setup..
--------------------------------------------------------------------------------------------------------------------------- | 192.168.1.1 | ____________ ______________ | | br0 | patch-port | br1 | | | eth1| --------------------| eth2 | | |_eth0________| |_________eth3__| / \ / \ / \ / \ Laptop-1 Laptop-2 IP-192.168.1.100 IP-192.168.1.11 I'm able to ping Laptop-1 and Laptop-2 but not able to achieve rate limit when I'm applying QOS policy at port eth1 of br0. I'm using below command.. ovs-vsctl set port eth1 qos=@newqos -- --id=@newqos create qos type=linux-htb queues=0=@q0,1=@q1 -- --id=@q0 create queue other-config:min-rate=1000000 other-config:max-rate=1000000 -- --id=@q1 create queue other-config:min-rate=3000000 other-config:max-rate=300000 0
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss