Re: [Ryu-devel] mac_to_network lookup

2013-04-24 Thread Isaku Yamahata
Please don't drop ryu-devel. On Wed, Apr 24, 2013 at 08:38:34AM -0400, Nitin Sharma wrote: > Thanks Isaku. > > Just a follow-up question, should this work in conjunction with some sort of > learning application? > > When I run this, all I get is Unknown port_nw_id on any packets I send to the >

Re: [Ryu-devel] Ryu tutorials presentatation

2013-04-24 Thread Kyle Mestery (kmestery)
On Apr 24, 2013, at 5:11 AM, FUJITA Tomonori wrote: > On Wed, 24 Apr 2013 17:13:02 +0900 > Isaku Yamahata wrote: > >> On Sat, Apr 20, 2013 at 06:46:27PM -0700, Shivaram Mysore wrote: >>> Would it be possible to please post links to presentations/videos, etc of >>> Ryu >>> tutorial that was pr

Re: [Ryu-devel] Running integrated tests for OF1.2 on custom soft client (not openvswitch)

2013-04-24 Thread Syed Raihan
Thanks. It will help. Just a suggestion instead of using unsupported list, it would be nice if the test itself can find and give a report of unsupported list by scanning or collecting failures. For the time being I will add unsupported test cases as you have explained. I appreciate your h

Re: [Ryu-devel] [PATCH] OFPMatch: support keyword-style parameters

2013-04-24 Thread Can Zhang
Subject: [PATCH] OFPMatch: support keyword-style parameters Signed-off-by: Can Zhang --- ryu/ofproto/ofproto_v1_0_parser.py | 46 -- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_0_parser.py b/ryu/ofproto/ofproto_v1_0_

Re: [Ryu-devel] [PATCH 1/2] ryu.lib.packet: docstring tweaks for better rendering

2013-04-24 Thread FUJITA Tomonori
On Tue, 23 Apr 2013 18:28:27 +0900 YAMAMOTO Takashi wrote: > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/lib/packet/packet.py | 23 --- > ryu/lib/packet/packet_base.py | 13 +++-- > ryu/lib/packet/vrrp.py| 4 ++-- > 3 files changed, 17 insertions(+),

Re: [Ryu-devel] [PATCH 1/2] of1.3: fix typos in ofproto_v1_3.py

2013-04-24 Thread FUJITA Tomonori
On Mon, 22 Apr 2013 12:17:15 +0900 Yoshihiro Kaneko wrote: > Signed-off-by: Yoshihiro Kaneko > --- > ryu/ofproto/ofproto_v1_3.py |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. -- Try N

Re: [Ryu-devel] [PATCH 2/2] of1.3: remove port_no argument

2013-04-24 Thread FUJITA Tomonori
On Mon, 22 Apr 2013 12:17:16 +0900 Yoshihiro Kaneko wrote: > These request bodies are empty on OF1.3/1.3.1 spec. > > Signed-off-by: Yoshihiro Kaneko > --- > ryu/ofproto/ofproto_v1_3_parser.py |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied, thanks. --

Re: [Ryu-devel] [PATCH] nx_match: remove an unnecessary import

2013-04-24 Thread FUJITA Tomonori
On Tue, 23 Apr 2013 18:29:06 +0900 YAMAMOTO Takashi wrote: > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/ofproto/nx_match.py | 1 - > 1 file changed, 1 deletion(-) Applied, thanks. -- Try New Relic Now & We'll Sen

Re: [Ryu-devel] [PATCH] OFPMatch: support keyword-style parameters

2013-04-24 Thread FUJITA Tomonori
On Wed, 24 Apr 2013 12:09:53 +0800 Can Zhang wrote: > add super().__init__() > > Signed-off-by: Can Zhang > --- > ryu/ofproto/ofproto_v1_0_parser.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/ryu/ofproto/ofproto_v1_0_parser.py > b/ryu/ofproto/ofproto_v1_0_parser.py > index a952

Re: [Ryu-devel] [PATCH] support IPv4 mask in nx_match

2013-04-24 Thread FUJITA Tomonori
On Wed, 24 Apr 2013 14:53:17 +0800 Can Zhang wrote: > > Signed-off-by: Can Zhang > --- > ryu/ofproto/nx_match.py | 2 ++ > 1 file changed, 2 insertions(+) Applied, thanks. -- Try New Relic Now & We'll Send You this C

Re: [Ryu-devel] [PATCH] ofproto/ofproto_v1_3_parser: parser should return msg, not implicit None.

2013-04-24 Thread FUJITA Tomonori
On Wed, 24 Apr 2013 12:19:53 +0900 Isaku Yamahata wrote: > And OFPSetConfig should have serializer, not parser Because the message > is sent by controller to OF switch. > > Cc: nitish nagesh > Cc: Yoshihiro Kaneko > Signed-off-by: Isaku Yamahata > --- > ryu/ofproto/ofproto_v1_3_parser.py |

Re: [Ryu-devel] Ryu tutorials presentatation

2013-04-24 Thread FUJITA Tomonori
On Wed, 24 Apr 2013 17:13:02 +0900 Isaku Yamahata wrote: > On Sat, Apr 20, 2013 at 06:46:27PM -0700, Shivaram Mysore wrote: >> Would it be possible to please post links to presentations/videos, etc of >> Ryu >> tutorial that was provided @ ONS 2013? > > Some videos are available on ONS site. >

Re: [Ryu-devel] Ryu tutorials presentatation

2013-04-24 Thread Isaku Yamahata
On Sat, Apr 20, 2013 at 06:46:27PM -0700, Shivaram Mysore wrote: > Would it be possible to please post links to presentations/videos, etc of Ryu > tutorial that was provided @ ONS 2013? Some videos are available on ONS site. http://www.opennetsummit.org/archives-april2013/ You have to register m