Re: [Ryu-devel] [PATCH] simple_switch_13: using table-miss flow

2013-10-15 Thread Yoshihiro Kaneko
2013/10/16 FUJITA Tomonori : > On Wed, 16 Oct 2013 12:07:22 +0900 (JST) > yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: > >>> On Tue, 15 Oct 2013 17:14:16 +0900 >>> Yoshihiro Kaneko wrote: >>> 2013/10/15 YAMAMOTO Takashi : >> 2013/10/15 YAMAMOTO Takashi : 2013/10/10 YAMAMOTO T

[Ryu-devel] [PATCH] simple_switch_13: using table-miss flow

2013-10-15 Thread Yoshihiro Kaneko
OVS has not yet supported table-miss flow completely, but this patch changes simple_switch_13 to install table-miss flow entry in accordance with OF1.3 spec. Signed-off-by: Yoshihiro Kaneko --- ryu/app/simple_switch_13.py | 58 +++ 1 file changed, 36 ins

Re: [Ryu-devel] IP packet handler

2013-10-15 Thread YAMAMOTO Takashi
> Many thanks for your reply, now I've tried some tests and they work. > Unfortunately, I'm experiencing another issue: I want my switch to extract > IPv6 ND informations, but the console reply back to me with this error when > I execute the following code (the omitted portion of code is the same o

Re: [Ryu-devel] [PATCH] simple_switch_13: using table-miss flow

2013-10-15 Thread FUJITA Tomonori
On Wed, 16 Oct 2013 12:07:22 +0900 (JST) yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: >> On Tue, 15 Oct 2013 17:14:16 +0900 >> Yoshihiro Kaneko wrote: >> >>> 2013/10/15 YAMAMOTO Takashi : > 2013/10/15 YAMAMOTO Takashi : >>> 2013/10/10 YAMAMOTO Takashi : > OVS has not yet supp

Re: [Ryu-devel] [PATCH] simple_switch_13: using table-miss flow

2013-10-15 Thread YAMAMOTO Takashi
> On Tue, 15 Oct 2013 17:14:16 +0900 > Yoshihiro Kaneko wrote: > >> 2013/10/15 YAMAMOTO Takashi : 2013/10/15 YAMAMOTO Takashi : >> 2013/10/10 YAMAMOTO Takashi : OVS has not yet supported table-miss flow, but this patch changes simple_switch_13 to install table-miss flow

Re: [Ryu-devel] IP packet handler

2013-10-15 Thread Gabriele Gerbino
Many thanks for your reply, now I've tried some tests and they work. Unfortunately, I'm experiencing another issue: I want my switch to extract IPv6 ND informations, but the console reply back to me with this error when I execute the following code (the omitted portion of code is the same of simple

Re: [Ryu-devel] [PATCH] simple_switch_13: using table-miss flow

2013-10-15 Thread FUJITA Tomonori
On Tue, 15 Oct 2013 17:14:16 +0900 Yoshihiro Kaneko wrote: > 2013/10/15 YAMAMOTO Takashi : >>> 2013/10/15 YAMAMOTO Takashi : > 2013/10/10 YAMAMOTO Takashi : >>> OVS has not yet supported table-miss flow, but this patch changes >>> simple_switch_13 to install table-miss flow entry in a

Re: [Ryu-devel] Attribute Error on receiving GroupStatsReply message

2013-10-15 Thread FUJITA Tomonori
Hi, On Thu, 10 Oct 2013 18:07:01 +0100 Adam Humphreys wrote: > I also noticed that the GroupStatsRequest does not include a > bucket_counter (as defined in the standard v1_3_1, page 85). Are > there any plans to include this? We fixed the bug. Also GroupStats properly includes bucket_counter. P

Re: [Ryu-devel] [PATCH 3/4] ofproto tests: add expected json outputs

2013-10-15 Thread FUJITA Tomonori
On Tue, 15 Oct 2013 17:23:48 +0900 (JST) yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: >> On Tue, 15 Oct 2013 15:42:41 +0900 (JST) >> yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: >> On Tue, 15 Oct 2013 13:58:52 +0900 YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Ta

Re: [Ryu-devel] [PATCH 3/4] ofproto tests: add expected json outputs

2013-10-15 Thread YAMAMOTO Takashi
> On Tue, 15 Oct 2013 15:42:41 +0900 (JST) > yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: > >>> On Tue, 15 Oct 2013 13:58:52 +0900 >>> YAMAMOTO Takashi wrote: >>> Signed-off-by: YAMAMOTO Takashi --- .../of13/4-57-ofp_group_stats_request.packet.json | 7 +++ ...

Re: [Ryu-devel] [PATCH] simple_switch_13: using table-miss flow

2013-10-15 Thread Yoshihiro Kaneko
2013/10/15 YAMAMOTO Takashi : >> 2013/10/15 YAMAMOTO Takashi : 2013/10/10 YAMAMOTO Takashi : >> OVS has not yet supported table-miss flow, but this patch changes >> simple_switch_13 to install table-miss flow entry in accordance >> with OF1.3 spec. >> >> Signed-off-by: Yosh

Re: [Ryu-devel] [PATCH 3/4] ofproto tests: add expected json outputs

2013-10-15 Thread FUJITA Tomonori
On Tue, 15 Oct 2013 15:42:41 +0900 (JST) yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: >> On Tue, 15 Oct 2013 13:58:52 +0900 >> YAMAMOTO Takashi wrote: >> >>> Signed-off-by: YAMAMOTO Takashi >>> --- >>> .../of13/4-57-ofp_group_stats_request.packet.json | 7 +++ >>> .../json/of13/4-

Re: [Ryu-devel] [PATCH] simple_switch_13: using table-miss flow

2013-10-15 Thread YAMAMOTO Takashi
> 2013/10/15 YAMAMOTO Takashi : >>> 2013/10/10 YAMAMOTO Takashi : > OVS has not yet supported table-miss flow, but this patch changes > simple_switch_13 to install table-miss flow entry in accordance > with OF1.3 spec. > > Signed-off-by: Yoshihiro Kaneko > --- > ryu/ap