Re: [Ryu-devel] [PATCH] app/quantum_adapter: Lazily initialize neutron client

2013-07-16 Thread FUJITA Tomonori
On Wed, 17 Jul 2013 12:32:55 +0900 Isaku Yamahata wrote: > When ryu starts up, related openstack components (keystone and neutron) > might not be running. They might be during start up process. > In that case, quantum_adapter results in exception as follows. > So in order to avoid ordering of sta

[Ryu-devel] [PATCH] app/quantum_adapter: Lazily initialize neutron client

2013-07-16 Thread Isaku Yamahata
When ryu starts up, related openstack components (keystone and neutron) might not be running. They might be during start up process. In that case, quantum_adapter results in exception as follows. So in order to avoid ordering of starting up, lazily initialize neutoron api. > hub: uncaught exceptio

[Ryu-devel] [PATCH] OpenFlow 1.2 learning switch

2013-07-16 Thread Sam Russell
Signed-off-by: Sam Russell --- ryu/app/simple_switch_12.py | 120 +++ 1 file changed, 120 insertions(+) create mode 100644 ryu/app/simple_switch_12.py diff --git a/ryu/app/simple_switch_12.py b/ryu/app/simple_switch_12.py new file mode 100644 index 0

Re: [Ryu-devel] [PATCH] two openflow 1.2 example apps - learning switch, and learning switch with ARP policing

2013-07-16 Thread Isaku Yamahata
Hi. Thank you for posting this. Some comment on format/style. - please add your signed-off-by. - please split up into logically independent part. e.g. the hunk to the simple_switch.py should be independent patch simple_switch_12.py spe.py and spe_config.py seems to be independent.

[Ryu-devel] [PATCH] two openflow 1.2 example apps - learning switch, and learning switch with ARP policing

2013-07-16 Thread Sam Russell
--- ryu/app/simple_switch.py|2 +- ryu/app/simple_switch_12.py | 142 +++ ryu/app/spe.py | 265 +++ ryu/app/spe_config.py |5 + 4 files changed, 413 insertions(+), 1 deletion(-) create mode 100644 ryu/app

Re: [Ryu-devel] [PATCH] two openflow 1.2 example apps - learning switch, and learning switch with ARP policing

2013-07-16 Thread Joe Stringer
I'm getting "fatal: corrupt patch at line 72" when attempting to apply this patch. Looks like some lines were wrapped when you sent the email. On Wed, Jul 17, 2013 at 10:20 AM, Sam Russell wrote: > I rebased my patch that I submitted earlier - is this acceptable? > > --- > ryu/app/simple_switch.

[Ryu-devel] [PATCH] two openflow 1.2 example apps - learning switch, and learning switch with ARP policing

2013-07-16 Thread Sam Russell
I rebased my patch that I submitted earlier - is this acceptable? --- ryu/app/simple_switch.py|2 +- ryu/app/simple_switch_12.py | 142 +++ ryu/app/spe.py | 265 +++ ryu/app/spe_config.py |5 + 4 files ch

Re: [Ryu-devel] OpenFlow 1.2 learning switch

2013-07-16 Thread Sam Russell
Hi, Just wanted to check - is the patch in my last email okay, or does it need to be formatted differently? Is it a patch that you're interested in incorporating into Ryu? 有難うございました Sam On Tue, Jul 16, 2013 at 2:52 PM, Sam Russell wrote: > Thanks for your help, is this patch okay? > > > On Tue

Re: [Ryu-devel] Tutorial Link

2013-07-16 Thread FUJITA Tomonori
On Tue, 16 Jul 2013 19:28:55 -0300 Tonhão - Antonio Brasolin wrote: > I am experienced with python and openflow, but new to RYU so i was checking > the tutorial on https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial . > However, when i clicked > http://osrg.github.com/ryu/doc/writing_ryu_app.html(

Re: [Ryu-devel] Issue with multipart reply parser

2013-07-16 Thread FUJITA Tomonori
On Tue, 16 Jul 2013 18:51:09 + "Claiborne, Matt" wrote: > I am seeing the following error when controller receives and attempts to > parse a multipart reply for a port_desc_stats_request. This was working > until recently, I would appreciate any suggestions for a fix/workaround to > this

[Ryu-devel] Tutorial Link

2013-07-16 Thread Tonhão - Antonio Brasolin
Hello. My name is Antonio, i'm new to the ryu's mailing list, hope we can get along. I am experienced with python and openflow, but new to RYU so i was checking the tutorial on https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial . However, when i clicked http://osrg.github.com/ryu/doc/writing_ryu_

[Ryu-devel] Issue with multipart reply parser

2013-07-16 Thread Claiborne, Matt
I am seeing the following error when controller receives and attempts to parse a multipart reply for a port_desc_stats_request. This was working until recently, I would appreciate any suggestions for a fix/workaround to this issue. Trace: [0x182e5f694c00] ('143.0.1.211', 56538): OFPGetConfi