Re: [Ryu-devel] [PATCH] lib/packet: teach packet library to truncate padding octet

2013-06-02 Thread Isaku Yamahata
On Mon, Jun 03, 2013 at 03:50:41PM +0900, YAMAMOTO Takashi wrote: > > The patch teaches packet library to truncate padding octets. > > The protocol class that knows its payload length should set its payload > > length as payload_length_ > 0 attributes. > > Then, the packet.parser truncates its payl

Re: [Ryu-devel] [PATCH] lib/packet: teach packet library to truncate padding octet

2013-06-02 Thread YAMAMOTO Takashi
> The patch teaches packet library to truncate padding octets. > The protocol class that knows its payload length should set its payload > length as payload_length_ > 0 attributes. > Then, the packet.parser truncates its payload. > payload_length_ is used to avoid name clash with ipv6.payload_lengt

Re: [Ryu-devel] Help : how to change example simple_switch.py to support OpenFlow 1.3?

2013-06-02 Thread Isaku Yamahata
On Sat, Jun 01, 2013 at 09:37:03PM +0800, 遇惠君 wrote: > Hi all, > > I am studying RYU recently and have tested RYU with mininet (OF1.0) with the > example simple_switch.py. They work perfect. > > But when I change the mininet to physical switch which supports OF1.3 only, > the > example does not

[Ryu-devel] [PATCH] lib/packet: teach packet library to truncate padding octet

2013-06-02 Thread Isaku Yamahata
The patch teaches packet library to truncate padding octets. The protocol class that knows its payload length should set its payload length as payload_length_ > 0 attributes. Then, the packet.parser truncates its payload. payload_length_ is used to avoid name clash with ipv6.payload_length. Cc: Sh

Re: [Ryu-devel] [PATCH 4/7] import msgpack into ryu/contrib

2013-06-02 Thread YAMAMOTO Takashi
> On Mon, 3 Jun 2013 13:58:27 +0900 (JST) > [email protected] (YAMAMOTO Takashi) wrote: > >>> On Mon, 3 Jun 2013 12:53:18 +0900 (JST) >>> [email protected] (YAMAMOTO Takashi) wrote: >>> hi, > On Thu, May 23, 2013 at 08:07:48PM +0900, FUJITA Tomonori wrote: >> On Thu

Re: [Ryu-devel] quantum-ryu-agent boot failed

2013-06-02 Thread Yoshihiro Kaneko
Hello, Please see 2 comments inline. Thanks, Kaneko 2013/5/31 赤羽 新 : > Hi, > > I need help in openstack(Grizzly) with ryu controller. > > The following errors output when quantum-ryu-agent boot. > > > # /usr/bin/python /usr/bin/quantum-ryu-agent -d > --config-file=/etc/quantum/quantum.conf > --c

Re: [Ryu-devel] [PATCH 4/7] import msgpack into ryu/contrib

2013-06-02 Thread FUJITA Tomonori
On Mon, 3 Jun 2013 13:58:27 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote: >> On Mon, 3 Jun 2013 12:53:18 +0900 (JST) >> [email protected] (YAMAMOTO Takashi) wrote: >> >>> hi, >>> On Thu, May 23, 2013 at 08:07:48PM +0900, FUJITA Tomonori wrote: > On Thu, 23 May 2013

Re: [Ryu-devel] [PATCH 4/7] import msgpack into ryu/contrib

2013-06-02 Thread YAMAMOTO Takashi
> On Mon, 3 Jun 2013 12:53:18 +0900 (JST) > [email protected] (YAMAMOTO Takashi) wrote: > >> hi, >> >>> On Thu, May 23, 2013 at 08:07:48PM +0900, FUJITA Tomonori wrote: On Thu, 23 May 2013 15:30:39 +0900 Isaku Yamahata wrote: > On Thu, May 23, 2013 at 08:53:09AM +0900,

Re: [Ryu-devel] [PATCH 4/7] import msgpack into ryu/contrib

2013-06-02 Thread FUJITA Tomonori
On Mon, 3 Jun 2013 12:53:18 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote: > hi, > >> On Thu, May 23, 2013 at 08:07:48PM +0900, FUJITA Tomonori wrote: >>> On Thu, 23 May 2013 15:30:39 +0900 >>> Isaku Yamahata wrote: >>> >>> > On Thu, May 23, 2013 at 08:53:09AM +0900, FUJITA Tomon

Re: [Ryu-devel] [PATCH 4/7] import msgpack into ryu/contrib

2013-06-02 Thread YAMAMOTO Takashi
hi, > On Thu, May 23, 2013 at 08:07:48PM +0900, FUJITA Tomonori wrote: >> On Thu, 23 May 2013 15:30:39 +0900 >> Isaku Yamahata wrote: >> >> > On Thu, May 23, 2013 at 08:53:09AM +0900, FUJITA Tomonori wrote: >> > > On Fri, 17 May 2013 11:52:07 +0900 >> > > YAMAMOTO Takashi wrote: >> > > >> > >

[Ryu-devel] Ryu 2.0 released

2013-06-02 Thread FUJITA Tomonori
Hi, As I mentioned before, I updated the major version mainly because Ryu migrated from gevent to eventlet. It should not affect the majority of users though. = Can Zhang (1): Support bind IPv6 addresses in StreamServer FUJITA Tomonori (7): of1.0: match accepts partial parameters

Re: [Ryu-devel] [PATCH 2/6] Various minor fixes to OF1.3 parser

2013-06-02 Thread FUJITA Tomonori
On Sat, 01 Jun 2013 21:38:34 +0900 (JST) FUJITA Tomonori wrote: > >From 03d84c36e131dc5b68d4031fb56d726d8e50b6bb Mon Sep 17 00:00:00 2001 > From: Shaun Crampton > Date: Sat, 1 Jun 2013 21:35:12 +0900 > Subject: [PATCH] of1.3: various fixes > > - OFPActionSetField > - OFPBucket parser > - OFPMet

Re: [Ryu-devel] [PATCH] fix 77effb29 regression

2013-06-02 Thread FUJITA Tomonori
On Sat, 01 Jun 2013 18:43:51 +0900 (JST) FUJITA Tomonori wrote: > The following commit broke ofp_attrs(): > > commit 77effb29a69eeb6d320dd9a7554924b2578c3c95 > Author: Isaku Yamahata > Date: Mon May 27 18:15:27 2013 +0900 > > ofproto/ofproto_parser: pylint > > Signed-off-by: FUJITA Tomo