[Ryu-devel] ?????? Rest_QoS unknown behavior

2015-10-29 Thread muzixing.com
t Zar"; : 2015??10??30??(??) 7:41 ??: "ryu-devel"; : [Ryu-devel] Rest_QoS unknown behavior To clarify what I want to do overall,I want to set some QoS parameters in switches identified by these applications. For example I want to create queues on por

Re: [Ryu-devel] Rest_QoS unknown behavior

2015-10-29 Thread Yusuke Iwase
Hi, As far as I know, rest_qos.py supposes the Flow Table pipeline processing. At first table (Table 0), rest_qos.py sets output Queue or does traffic shaping using Meter Table, then rest_qos.py pass packets to the next table (Table 1). Becuase rest_qos.py does not take care of routing algorithm,

[Ryu-devel] Rest_QoS unknown behavior

2015-10-29 Thread Ezzat Zar
To clarify what I want to do overall, I want to set some QoS parameters in switches identified by these applications. For example I want to create queues on ports with minimum load among multiple paths there might exist from source to destination. network_aware.py discovers the protocol fine, netw

[Ryu-devel] Rest_QoS unknown behavior

2015-10-28 Thread Ezzat Zar
Dear All, I have a shortest_route ryu application which does shortest path routing along with topology discovery and network monitoring. I actually need to run shortest_route.py app with qos_rest and switch_conf_rest apps to do some quality of service experiments, but when I run: >> ryu-manager sho