Re: [Ryu-devel] [PATCH] base/app_manager: teach event dispatcher state

2013-07-08 Thread FUJITA Tomonori
On Thu, 4 Jul 2013 22:04:38 +0900 Isaku Yamahata wrote: > When independent methods for different dispatchers defined, all methods > are called independent of state. This patch teach event dispatcher state. > > The following class > > class PacketTesting(app_manager.RyuApp): > @set_ev_cls(ofp_e

Re: [Ryu-devel] NetworkNotFound: no such network id, then DHCP fail

2013-07-08 Thread Isaku Yamahata
On Tue, Jul 09, 2013 at 12:39:07PM +0900, FUJITA Tomonori wrote: > On Thu, 4 Jul 2013 11:42:16 +0900 > Isaku Yamahata wrote: > > > Hi. Thank you for giving it a try. > > > > I've sent out the patches. Can you please try the patches? > > I also uploaded it to github for convenience. > > git://git

Re: [Ryu-devel] [PATCH 1/2] define OFP_NO_BUFFER

2013-07-08 Thread FUJITA Tomonori
On Wed, 3 Jul 2013 16:40:42 +0900 YAMAMOTO Takashi wrote: > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/ofproto/ofproto_v1_0.py | 2 ++ > ryu/ofproto/ofproto_v1_2.py | 2 ++ > ryu/ofproto/ofproto_v1_3.py | 2 ++ > 3 files changed, 6 insertions(+) Applied, both. ---

Re: [Ryu-devel] NetworkNotFound: no such network id, then DHCP fail

2013-07-08 Thread FUJITA Tomonori
On Thu, 4 Jul 2013 11:42:16 +0900 Isaku Yamahata wrote: > Hi. Thank you for giving it a try. > > I've sent out the patches. Can you please try the patches? > I also uploaded it to github for convenience. > git://github.com/yamahata/ryu race-condition-july-04-2013 > > Although I created the patc

Re: [Ryu-devel] [PATCH] update the site url

2013-07-08 Thread FUJITA Tomonori
On Thu, 4 Jul 2013 18:24:34 +0900 OHMURA Kei wrote: > Signed-off-by: OHMURA Kei > --- > README.rst |6 +++--- > setup.py |2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) Applied. -- See everything

Re: [Ryu-devel] [PATCH] ryu/app/conf_switch_key: fix a comment

2013-07-08 Thread FUJITA Tomonori
On Wed, 3 Jul 2013 17:17:18 +0900 OHMURA Kei wrote: > Signed-off-by: OHMURA Kei > --- > ryu/app/conf_switch_key.py |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied. -- See everything from the browse

Re: [Ryu-devel] [PATCH 0/3] rpm package cleanup

2013-07-08 Thread FUJITA Tomonori
On Mon, 8 Jul 2013 15:05:50 +0900 Isaku Yamahata wrote: > This patch series eliminates warnings encounterd during creating fedora > rpm package. > > Isaku Yamahata (3): > MANIFEST.in: fix up to address warning > packege: rpmlint warning > man: remove man page of ryu client > > MANIFEST.

[Ryu-devel] Ryu and Openstack Quantum

2013-07-08 Thread Antonio
I have a simple infrastructure with Openstack Grizzly (with Quantum), consisting of three nodes (one controller [running quantum-server], one network node [running quantum agents] and a compute node) as in http://docs.openstack.org/grizzly/basic-install/apt/content/basic-install_architecture.html.