Sorry about the delay,

On Wed,  7 May 2014 12:04:48 +0900
Kiyonari Harigae <[email protected]> wrote:

> Here is added the command of QoS-related, such as the following:
> 
> ovs-vsctl -- set port eth1 qos=@newqos \
>  -- --id=@newqos create qos type=linux-htb other-config:max-rate=30000000 
> 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=2000000 
> other-config:max-rate=2000000
> 
> Also, operation that delete QoS is supported.
> Note that It supports only deletion of relationships with QoS record.
> 
> Signed-off-by: Kiyonari Harigae <[email protected]>
> ---
>  ryu/lib/ovs/bridge.py |  21 ++++++
>  ryu/lib/ovs/vsctl.py  | 184 
> ++++++++++++++++++++++++++++++++++++++++++++++++--
>  2 files changed, 200 insertions(+), 5 deletions(-)

Looks gread addtion. Applied, thanks a lot!


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to