Re: [Ryu-devel] [PATCH 04/11] RyuApp: add a method to unregister a handler

2014-04-09 Thread FUJITA Tomonori
On Thu, 10 Apr 2014 09:50:03 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote: >> On Wed, 26 Mar 2014 13:04:15 +0900 >> YAMAMOTO Takashi wrote: >> >>> this method undos register_handler. >>> >>> Signed-off-by: YAMAMOTO Takashi >>> --- >>> ryu/base/app_manager.py | 4 >>> 1 fil

Re: [Ryu-devel] [PATCH 04/11] RyuApp: add a method to unregister a handler

2014-04-09 Thread YAMAMOTO Takashi
> On Wed, 26 Mar 2014 13:04:15 +0900 > YAMAMOTO Takashi wrote: > >> this method undos register_handler. >> >> Signed-off-by: YAMAMOTO Takashi >> --- >> ryu/base/app_manager.py | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/ryu/base/app_manager.py b/ryu/base/app_manager.py >>

Re: [Ryu-devel] [PATCH 01/11] controller.handler: g/c now unused code

2014-04-09 Thread FUJITA Tomonori
On Wed, 26 Mar 2014 13:04:12 +0900 YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi > --- > ryu/controller/handler.py | 4 > 1 file changed, 4 deletions(-) Applied the series, thank you. -- Put Bad Devel

Re: [Ryu-devel] [PATCH 04/11] RyuApp: add a method to unregister a handler

2014-04-09 Thread FUJITA Tomonori
On Wed, 26 Mar 2014 13:04:15 +0900 YAMAMOTO Takashi wrote: > this method undos register_handler. > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/base/app_manager.py | 4 > 1 file changed, 4 insertions(+) > > diff --git a/ryu/base/app_manager.py b/ryu/base/app_manager.py > index 291c0ad..

Re: [Ryu-devel] RYU with a database backend

2014-04-09 Thread Karthik Sharma
The neutron's centralized control point that you are talking about,Is that a centralized co-ordinator for the controllers? Does the actual flow table data get stored some where in the centralized control point? Can you point me to some documentation or source code for the Neutron's centralized con

Re: [Ryu-devel] requirements for OpenStack Quantum

2014-04-09 Thread cheers
On Apr 9, 2014, at 5:45 AM, FUJITA Tomonori wrote: > On Wed, 9 Apr 2014 15:54:55 +0900 (JST) > [email protected] (YAMAMOTO Takashi) wrote: > >> there are a few ways to use ryu+openstack. >> >> a. "ryu" plugin >>it uses openflow 1.0 and depends on ovs features. >>(nicira extensio

Re: [Ryu-devel] requirements for OpenStack Quantum

2014-04-09 Thread cheers
On Apr 8, 2014, at 11:54 PM, YAMAMOTO Takashi wrote: > there are a few ways to use ryu+openstack. > > a. "ryu" plugin >it uses openflow 1.0 and depends on ovs features. >(nicira extensions, ovsdb, ...) > > b. "ofagent" ml2 mech driver >while it aims to support pure openflow 1.3 swi

Re: [Ryu-devel] RYU with a database backend

2014-04-09 Thread FUJITA Tomonori
On Wed, 9 Apr 2014 17:49:37 +1200 Karthik Sharma wrote: > I am thinking of implementing a database backed RYU controller. I have a > couple of basic questions. > > 1) Does RYU currently have some mechanism that allows it to function as a > distributed scalable and fault tolerant controller? If

Re: [Ryu-devel] requirements for OpenStack Quantum

2014-04-09 Thread FUJITA Tomonori
On Wed, 9 Apr 2014 15:54:55 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote: > there are a few ways to use ryu+openstack. > > a. "ryu" plugin > it uses openflow 1.0 and depends on ovs features. > (nicira extensions, ovsdb, ...) > > b. "ofagent" ml2 mech driver > while it