Re: [Ryu-devel] [PATCH v2] topology/switches: duplicate datapath connections handling

2014-03-22 Thread Wei-Li Tang
Ah, sorry for the inconvenience again. Many thanks. 2014-03-22 20:30 GMT+08:00 FUJITA Tomonori : > Thanks for the quick update, > > On Sat, 22 Mar 2014 20:16:55 +0800 > Wei-Li Tang wrote: > > > The way to handle multiple connections from the same datapath I took > > is mostly the same as in dps

Re: [Ryu-devel] [PATCH v2] topology/switches: duplicate datapath connections handling

2014-03-22 Thread FUJITA Tomonori
Thanks for the quick update, On Sat, 22 Mar 2014 20:16:55 +0800 Wei-Li Tang wrote: > The way to handle multiple connections from the same datapath I took > is mostly the same as in dpset, but it's always good to reinstall > the LDAP Packet-In flows even while switch tries to reconnect to us. >

Re: [Ryu-devel] Ryu + Devstack multinode: not able access Guest VMs on Compute Node

2014-03-22 Thread arjun jayaprakash
Any thought on how to ping or get console access for VM running on compute node. Should we program or run any specific Ryu app? Help is much appreciated. Thanks, Shankar. On Friday, 21 March 2014 9:01 PM, arjun jayaprakash wrote: I followed below guide to bring Ryu Multinode setup: Link:

[Ryu-devel] [PATCH v2] topology/switches: duplicate datapath connections handling

2014-03-22 Thread Wei-Li Tang
The way to handle multiple connections from the same datapath I took is mostly the same as in dpset, but it's always good to reinstall the LDAP Packet-In flows even while switch tries to reconnect to us. Signed-off-by: Wei-Li Tang --- ryu/topology/switches.py | 27 +++

Re: [Ryu-devel] [PATCH] topology/switches: duplicate datapath connections handling

2014-03-22 Thread Wei-Li Tang
Oops, sorry for the misuse of naming in capital. I shall resend the patch. Thanks! 2014-03-22 17:44 GMT+08:00 FUJITA Tomonori : > Sorry about the delay, somehow I overlooked this, > > On Mon, 17 Mar 2014 13:37:11 +0800 > Wei-Li Tang wrote: > > > if ev.state == MAIN_DISPATCHER: > > +

Re: [Ryu-devel] [PATCH] topology/switches: duplicate datapath connections handling

2014-03-22 Thread FUJITA Tomonori
Sorry about the delay, somehow I overlooked this, On Mon, 17 Mar 2014 13:37:11 +0800 Wei-Li Tang wrote: > if ev.state == MAIN_DISPATCHER: > +MULTIPLE_CONNS = False Can you use lowercases? You can check naming style at: http://google-styleguide.googlecode.com/svn/trunk/pyg

Re: [Ryu-devel] Flow-mod delay

2014-03-22 Thread FUJITA Tomonori
On Fri, 21 Mar 2014 16:40:58 -0300 Eros Spalla wrote: > Hi. Im running some tests, and realized is happening some delay (about > 40ms) after flowmod messages. Im running on ryu 3.7 a simple-switch-v13 > app, 2 switches (ovs) and 4 hosts per switch. For this test I ran the > command pingall in Min