On Tue, May 03, 2016 at 12:22:26AM -0700, Aravind Ganesan wrote: > 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".
OVS doesn't have a command "dpctl". > 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. ovs-vsctl is part of OVS, so OVS might not be installed correctly. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss