Re: [Ryu-devel] How to get port_name in ryu application

2015-10-12 Thread Yusuke Iwase
Hi, On 2015年10月13日 00:40, Hosein Alm wrote: > Hi, > I'm writing a QoS application which requires port_name for queue setting > based on this . > How could one have a port_name such as "s1_eth1" in a ryu application? > I should mention that I

[Ryu-devel] How to get port_name in ryu application

2015-10-12 Thread Hosein Alm
Hi, I'm writing a QoS application which requires port_name for queue setting based on this . How could one have a port_name such as "s1_eth1" in a ryu application? I should mention that I do have switch_dpid and port numbers in the topology. T