Hi I am trying to develop QoS in mininet OVS switches. I am using Mininet VM 2.2.1. I referred to earlier messages in this list and from that, I tried the "dpctl add-queue s1 1 q-id 1 " but it says "command not found". Also I tried *sudo ovs-vsctl -- set port s1-eth1 qos=@newqos -- --id=@newqos create qos type=linux-htb other-config:max-rate=2000000 queues:0=@newqueue -- --id=@newqueue create queue other-config:min-rate=2000000 other-config:max-rate=2000000, * it says command not found.
How should I add queues to switch ? Thanks
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss