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

2013-04-27 Thread FUJITA Tomonori
On Sun, 28 Apr 2013 09:03:39 +0800 "can." wrote: > ping...just to remind you about this patch Applied, thanks. I think that if you are interesting in improving OF1.0 match, then we should consider something like this. = >From e2e76a3346e039160fb3b04d679fc332acd91e73 Mon Sep 17 00:00:00 2001 Fr

[Ryu-devel] [PATCH] of1.0: add nx_aggregate_stats support

2013-04-27 Thread OHMURA Kei
Signed-off-by: OHMURA Kei --- ryu/ofproto/ofproto_v1_0.py| 10 + ryu/ofproto/ofproto_v1_0_parser.py | 41 2 files changed, 51 insertions(+) diff --git a/ryu/ofproto/ofproto_v1_0.py b/ryu/ofproto/ofproto_v1_0.py index ca6e384..1b4c414 10064

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

2013-04-27 Thread can.
ping...just to remind you about this patch 2013/4/24 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(

Re: [Ryu-devel] [PATCH 3/3] ovs.poller: workaround a bug in eventlet

2013-04-27 Thread FUJITA Tomonori
On Thu, 25 Apr 2013 16:05:51 +0900 YAMAMOTO Takashi wrote: > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/contrib/ovs/poller.py | 13 + > 1 file changed, 13 insertions(+) Applied, thanks. I'll apply the first and second patches right after the next release (should be tomorrow or

Re: [Ryu-devel] [PATCH 1/3] tests/integrated: Skip MPLS related test

2013-04-27 Thread FUJITA Tomonori
On Thu, 25 Apr 2013 20:25:56 +0900 YAMADA Hideki wrote: > > Signed-off-by: YAMADA Hideki > --- > ryu/tests/integrated/test_add_flow_v12_actions.py |9 + > ryu/tests/integrated/test_add_flow_v12_matches.py |2 ++ > 2 files changed, 11 insertions(+), 0 deletions(-) Applied all,