Re: [Ryu-devel] [PATCH] ofctl_v1_3:support whole of match fields.

2014-02-27 Thread Kiyonari Harigae
Hi Fujita, Sorry to bother you again, Thanks for apply them. > I fixed and applied. Next time, try `./run_tests.sh`. I will try next time. Thank you. 2014-02-27 22:23 GMT+09:00 FUJITA Tomonori : > On Thu, 27 Feb 2014 17:14:24 +0900 > Kiyonari Harigae wrote: > > > As you say, It seems like to

Re: [Ryu-devel] I have a setup problem with ryu and openstack...

2014-02-27 Thread Philipp Aeschlimann
Hey I also tried the grizzly setup with the configuration provided here https://github.com/osrg/ryu/wiki/OpenStack. The Problem with this error message is, that if you use the /etc/ryu/ryu.conf from the docs, the rest_conf_switch application is missing. And along with that, also the API function /

Re: [Ryu-devel] [PATCH v4 0/9] of14: Add missing properties

2014-02-27 Thread FUJITA Tomonori
On Thu, 27 Feb 2014 17:56:09 +0900 Simon Horman wrote: > Hi, > > this adds and implementation of and tests for the following > OF14 properties: > > - port stats optical and experimenter > - port mod optical and experimenter > > With this series and its dependency in place > all OF1.4 properti

Re: [Ryu-devel] [PATCH] ofctl_v1_3:support whole of match fields.

2014-02-27 Thread FUJITA Tomonori
On Thu, 27 Feb 2014 17:14:24 +0900 Kiyonari Harigae wrote: > As you say, It seems like to corrupted the patch by mailer. > I'm very sorry to have troubled you so much. No problem. > This appears sent by send-email command Also, created the patch by > format-patch. Almost. I got the following

[Ryu-devel] [PATCH v4 9/9] of14: Add experimenter property to port mod reply unit test

2014-02-27 Thread Simon Horman
Signed-off-by: Simon Horman --- v3 * First post --- .../packet_data/of14/5-22-ofp_port_mod.packet | Bin 64 -> 120 bytes ryu/tests/packet_data_generator/src/x5.erl | 14 ++- .../json/of14/5-22-ofp_port_mod.packet.json| 27 + 3 files changed, 40

[Ryu-devel] [PATCH v4 5/9] of14: Remove _PACK_STR from port mod ethernet property

2014-02-27 Thread Simon Horman
Use OFP_PORT_MOD_PROP_ETHERNET_PACK_STR in and remove _PACK_STR from OFPPortModPropEthernet. Signed-off-by: Simon Horman --- v3 * First post --- ryu/ofproto/ofproto_v1_4_parser.py | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/

[Ryu-devel] [PATCH v4 7/9] of14: Add optical property to port mod reply unit test

2014-02-27 Thread Simon Horman
Signed-off-by: Simon Horman --- v3 * First post --- ryu/tests/packet_data/of14/5-22-ofp_port_mod.packet | Bin 40 -> 64 bytes ryu/tests/packet_data_generator/src/x5.erl| 8 +++- .../unit/ofproto/json/of14/5-22-ofp_port_mod.packet.json | 11 +++ 3 files chang

[Ryu-devel] [PATCH v4 8/9] of14: Add port mod experimenter property

2014-02-27 Thread Simon Horman
Signed-off-by: Simon Horman --- v3 * First post --- ryu/ofproto/ofproto_v1_4_parser.py | 4 1 file changed, 4 insertions(+) diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index 86ef891..4dfbb45 100644 --- a/ryu/ofproto/ofproto_v1_4_parser.py +++ b/ryu

[Ryu-devel] [PATCH v4 6/9] of14: Add port mod optical property

2014-02-27 Thread Simon Horman
Signed-off-by: Simon Horman --- v3 * First post --- ryu/ofproto/ofproto_v1_4_parser.py | 24 1 file changed, 24 insertions(+) diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index 3feb09d..86ef891 100644 --- a/ryu/ofproto/ofproto_v1

[Ryu-devel] [PATCH v4 0/9] of14: Add missing properties

2014-02-27 Thread Simon Horman
Hi, this adds and implementation of and tests for the following OF14 properties: - port stats optical and experimenter - port mod optical and experimenter With this series and its dependency in place all OF1.4 properties are implemented and tested. To aid review this series and its dependencie

[Ryu-devel] [PATCH v4 3/9] of14: Add port stats experimenter property

2014-02-27 Thread Simon Horman
Signed-off-by: Simon Horman --- v3 * First post --- ryu/ofproto/ofproto_v1_4_parser.py | 5 + 1 file changed, 5 insertions(+) diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index 641c013..f5234c0 100644 --- a/ryu/ofproto/ofproto_v1_4_parser.py +++ b/ry

[Ryu-devel] [PATCH v4 4/9] of14: Add experimenter property to port stats reply unit test

2014-02-27 Thread Simon Horman
Signed-off-by: Simon Horman --- v3 * First post --- .../of14/5-30-ofp_port_stats_reply.packet | Bin 304 -> 360 bytes ryu/tests/packet_data_generator/src/x5.erl | 14 +- .../of14/5-30-ofp_port_stats_reply.packet.json | 29 - 3 files changed, 41

[Ryu-devel] [PATCH v4 1/9] of14: Add experimenter property to port status unit test

2014-02-27 Thread Simon Horman
Signed-off-by: Simon Horman -- v3 * Correct indentation v2 * First post --- .../packet_data/of14/5-37-ofp_port_status.packet | Bin 128 -> 184 bytes ryu/tests/packet_data_generator/src/x5.erl | 14 +- .../json/of14/5-37-ofp_port_status.packet.json | 29 ++

[Ryu-devel] [PATCH v4 2/9] of14: Add optical property to port stats reply unit test

2014-02-27 Thread Simon Horman
Signed-off-by: Simon Horman --- v3 * First post --- .../of14/5-30-ofp_port_stats_reply.packet| Bin 256 -> 304 bytes ryu/tests/packet_data_generator/src/x5.erl | 14 +- .../json/of14/5-30-ofp_port_stats_reply.packet.json | 19 ++- 3 files chan

Re: [Ryu-devel] [PATCH v3 00/22] of14: Add missing port desc properties

2014-02-27 Thread Simon Horman
On Thu, Feb 27, 2014 at 02:48:18PM +0900, FUJITA Tomonori wrote: > On Wed, 26 Feb 2014 16:25:59 +0900 > Simon Horman wrote: > > > Hi, > > > > this adds and implementation of and tests for the following > > OF14 properties: > > > > - port desc optical and experimenter > > - table feature table

[Ryu-devel] [PATCH] ofctl_v1_3:support whole of match fields.

2014-02-27 Thread Kiyonari Harigae
Hi Fujita, Sorry to keep bothering you. As you say, It seems like to corrupted the patch by mailer. I'm very sorry to have troubled you so much. This appears sent by send-email command Also, created the patch by format-patch. Thank you. Signed-off-by: Kiyonari Harigae --- ryu/lib/ofctl_v1_3.p

Re: [Ryu-devel] [PATCH] fix load_apps() in AppManager class

2014-02-27 Thread FUJITA Tomonori
On Thu, 27 Feb 2014 14:45:39 +0900 FUJITA Tomonori wrote: > fix the following bug: > > http://sourceforge.net/p/ryu/mailman/message/32022286/ > > Dependent services are not loaded properly with '_CONTEXTS'. > > Signed-off-by: FUJITA Tomonori > --- > ryu/base/app_manager.py | 4 ++-- > 1 file