Re: [Ryu-devel] [PATCH] of: fix hello version error printing

2013-02-08 Thread FUJITA Tomonori
On Wed, 30 Jan 2013 11:29:37 +0900 Isaku Yamahata wrote: > > > On Wed, Jan 30, 2013 at 10:54:54AM +0900, FUJITA Tomonori wrote: >> Better way to fix this? > > Oops, sorry for this. In fact I included several same issue. > How about this? > >>From cef0fb64167857b0231ae751cd3be401ed3fbd6e Mon S

Re: [Ryu-devel] [PATCH 00/22] rebased gre tunnel patches

2013-02-08 Thread FUJITA Tomonori
On Fri, 8 Feb 2013 14:28:22 + "Kyle Mestery (kmestery)" wrote: > Awesome work guys! Does this mean the upstream Ryu will now work > with the Ryu Quantum plugin without having to use a private branch? Yeah, the upstream should work. ---

Re: [Ryu-devel] [PATCH 00/22] rebased gre tunnel patches

2013-02-08 Thread Kyle Mestery (kmestery)
On Feb 8, 2013, at 7:57 AM, FUJITA Tomonori wrote: > On Fri, 8 Feb 2013 12:27:58 +0900 > YAMAMOTO Takashi wrote: > >> this set includes changes from Kaneko-san's live-migration branch >> (https://github.com/ykaneko/ryu/tree/live-migration) adapted >> to osrg/master. >> >> Isaku Yamahata (11):

Re: [Ryu-devel] [PATCH 18/22] tunnel_port_updater: adapt to the new world order after dispatcher removal

2013-02-08 Thread FUJITA Tomonori
On Fri, 8 Feb 2013 12:28:16 +0900 YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi > --- > ryu/app/tunnel_port_updater.py | 13 +++-- > 1 file changed, 3 insertions(+), 10 deletions(-) I think that you can simplify tunnel_port_updater.py more (killing all serializing stuff) b

Re: [Ryu-devel] [PATCH 14/22] app_manager: print some info about event flows for --verbose

2013-02-08 Thread FUJITA Tomonori
On Fri, 8 Feb 2013 12:28:12 +0900 YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi > > BRICK dpset > PROVIDES EventPortModify TO ['PortSet'] > PROVIDES EventPortAdd TO ['QuantumAdapter', 'PortSet'] > PROVIDES EventDP TO ['QuantumAdapter', 'PortSet'] > PROVIDES EventPortDelete

Re: [Ryu-devel] [PATCH 00/22] rebased gre tunnel patches

2013-02-08 Thread FUJITA Tomonori
On Fri, 8 Feb 2013 12:27:58 +0900 YAMAMOTO Takashi wrote: > this set includes changes from Kaneko-san's live-migration branch > (https://github.com/ykaneko/ryu/tree/live-migration) adapted > to osrg/master. > > Isaku Yamahata (11): > app/gre_tunnel: implement GRETunnel app > ryu/controller/