On Mon, Jan 21, 2013 at 09:37:33PM +0700, hasan mustafa wrote:
> i create some qos like this
> 
> ovs-vsctl set port eth1 qos=@newqos \
>  -- --id=@newqos create qos type=linux-htb \
>  other-config:max-rate=100000000 queues=0=@q0,1=@q1 \
>  -- --id=@q0 create queue \
>  other-config:min-rate=10000000 \
>  other-config:max-rate=50000000 \
>  -- --id=@q1 create queue \
>  other-config:min-rate=10000000 \
>  other-config:max-rate=50000000

How are you directing traffic to these queues?
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to