[Ryu-devel] OFPMeterMod support

2013-07-11 Thread Abhimanyu
Does the current ryu code support OFPMeterMod() messages ? -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and

Re: [Ryu-devel] [Help]How to generate my own events in Ryu ?

2013-07-11 Thread FUJITA Tomonori
On Fri, 12 Jul 2013 09:35:58 +0800 Colin Zhang wrote: > I tried to use build-in Event mechanism but it didn't work > (Actually, after apps are instantiated, I failed to find a way to > invoke my own function which generate Events, because all functions > in Ryu app can only be triggered by anothe

Re: [Ryu-devel] Ryu - flow mod with IPv6 source/dest match issue

2013-07-11 Thread Claiborne, Matt
Yamahata, When I convert to the required type (sequence of 8 hex) from the type given when iterating over the packet with ryu.lib.packet packet it works correctly. Thanks for the quick response, --Matt -Original Message- From: Isaku Yamahata [mailto:yamah...@valinux.co.jp] Sent: Thurs

Re: [Ryu-devel] [PATCH v3 00/12] openstack: fixes race condition

2013-07-11 Thread FUJITA Tomonori
On Fri, 12 Jul 2013 10:44:39 +0900 Isaku Yamahata wrote: > > I've applied only trivial patches (#11 and #12). #10 is trivial too > > can not be applied cleanly. > > Here is the rebased one. > > >From 508149dd92a7d5fa9a2fa530c519f211483decdb Mon Sep 17 00:00:00 2001 > Message-Id: > <508149dd92a

Re: [Ryu-devel] [PATCH v3 00/12] openstack: fixes race condition

2013-07-11 Thread Isaku Yamahata
On Fri, Jul 12, 2013 at 07:27:37AM +0900, FUJITA Tomonori wrote: > On Wed, 10 Jul 2013 18:35:02 +0900 > Isaku Yamahata wrote: > > > This patch addresses race condition with openstack which causes in > > exceptions. > > > > Changes v2 -> v3: > > - clean up of controller.network.py for ordering b

[Ryu-devel] [Help]How to generate my own events in Ryu ?

2013-07-11 Thread Colin Zhang
Hi, all Event mechanism in Ryu confused me a little, and It seems that no document on this topic is available... I need some help here. There are 2 Ryu apps working together in my design, one is for doing some monitoring and another acts as SDN controller, called "main app". I need the monitor

Re: [Ryu-devel] Ryu - flow mod with IPv6 source/dest match issue

2013-07-11 Thread Isaku Yamahata
On Fri, Jul 12, 2013 at 10:20:33AM +0900, Isaku Yamahata wrote: > Hi, thank you for reporting this. > Please use ryu-devel@lists.sourceforge.net. Added it to CC: > > ipv6 value is supported. > > match.set_ipv6_src(ipsrc) > This line caught my eyes. > > What type is ipsrc? The serializer expects t

Re: [Ryu-devel] Ryu - flow mod with IPv6 source/dest match issue

2013-07-11 Thread Isaku Yamahata
Hi, thank you for reporting this. Please use ryu-devel@lists.sourceforge.net. Added it to CC: ipv6 value is supported. > match.set_ipv6_src(ipsrc) This line caught my eyes. What type is ipsrc? The serializer expects the value to be '!8H'. Not bytearray/str of 16byte length. Nor single integer. I

Re: [Ryu-devel] [PATCH v3 00/12] openstack: fixes race condition

2013-07-11 Thread FUJITA Tomonori
On Wed, 10 Jul 2013 18:35:02 +0900 Isaku Yamahata wrote: > This patch addresses race condition with openstack which causes in exceptions. > > Changes v2 -> v3: > - clean up of controller.network.py for ordering between event and actual > deletion > - various minor fixes > > Isaku Yamahata (12

Re: [Ryu-devel] [PATCH 0/3] address representation changes

2013-07-11 Thread FUJITA Tomonori
On Fri, 5 Jul 2013 14:04:54 +0900 YAMAMOTO Takashi wrote: > - use netaddr to convert bin <-> text addresses > - use bytes instead of int to represent ipv4 addresses > > this is after my of-wire json patches and OXM_OF_ patch. > (logically independent but only tested with them) > > YAMAMOTO Tak

Re: [Ryu-devel] [PATCH] ofproto: generate OFPXMT_OFB_ and OXM_OF_ from a single source

2013-07-11 Thread FUJITA Tomonori
On Thu, 4 Jul 2013 17:22:36 +0900 YAMAMOTO Takashi wrote: > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/ofproto/ofproto_v1_2.py | 91 ++- > ryu/ofproto/ofproto_v1_3.py | 101 ++- > ryu/ofproto/oxm_fields.py | 113 >

Re: [Ryu-devel] [PATCH 00/14] of-wire json representation

2013-07-11 Thread FUJITA Tomonori
On Tue, 2 Jul 2013 11:13:41 +0900 YAMAMOTO Takashi wrote: > this set includes OFPxxx json representation functionality > > changes from the previous set: > rebase > fix 1-1-ofp_packet_out.packet.json > remove some commented out code > > YAMAMOTO Takashi (14): > StringifyMixin: js

Re: [Ryu-devel] [PATCH 0/4] update for quantum->neutron change

2013-07-11 Thread FUJITA Tomonori
On Wed, 10 Jul 2013 21:34:13 +0900 Yoshihiro Kaneko wrote: > Quantum was renamed to Neutron. > This set adds Neutron support. > > Isaku Yamahata (2): > app/client: update for quantum->neutron change > app/quantum_adapter: project rename quantum -> neutron > > Yoshihiro Kaneko (2): > app/q