On Mon, Jan 23, 2012 at 07:21:38PM +0530, edward wilson wrote: > I am using following but not able to get queue stats from ofctl. > can anyone tell is this command works for queue-stats. > > ovs-vsctl -- set Port br0 qos=@11 -- --id=@11 create QoS type=min-rate > other-config:min-rate=1000000 queues:1=@12 -- --id=@12 create queue > other-config:min-rate=1000000 > 46fb42fa-447b-4419-ac1f-8d7af07fe1bd > 2bce74d5-1dc7-43db-b103-7f91265dfa3d
"min-rate" isn't a supported QoS type. Recent versions of OVS support "linux-htb" and "linux-hfsc". _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
