Re: [Ryu-devel] Need information on RYU controller with OpenFlow 1.3 support

2013-11-12 Thread FUJITA Tomonori
Hi, On Wed, 13 Nov 2013 01:44:43 + (UTC) ramesh wrote: > 1) Does RYU supports testing with any physical Ethernet switch. If so, how > to connect to a physical ethernet switch through RYU controller and > install / push simple openflow flows using RYU controller to the physical > switches.

[Ryu-devel] Need information on RYU controller with OpenFlow 1.3 support

2013-11-12 Thread ramesh
Hi, I have installed the RYU controller. I am looking for the below information: 1) Does RYU supports testing with any physical Ethernet switch. If so, how to connect to a physical ethernet switch through RYU controller and install / push simple openflow flows using RYU controller to the physi

Re: [Ryu-devel] QoS

2013-11-12 Thread FUJITA Tomonori
Hi, On Tue, 12 Nov 2013 08:27:16 -0600 Gandhimathi Velusamy wrote: > I am working with LINC switch and Ryu. I want to work with Openflow1.3. > For my project, I want to allocate different bandwidths to different > applications. I have set up queues to the switch ports using sys.config. > Could

[Ryu-devel] QoS

2013-11-12 Thread Gandhimathi Velusamy
Hi, I am working with LINC switch and Ryu. I want to work with Openflow1.3. For my project, I want to allocate different bandwidths to different applications. I have set up queues to the switch ports using sys.config. Could you please, provide me some hints on how to write an app using Ryu control

Re: [Ryu-devel] [PATCH 0/4] of13: implement OFPMP_EXPERIMENTER request and reply

2013-11-12 Thread FUJITA Tomonori
On Tue, 12 Nov 2013 18:05:29 +0900 YAMAMOTO Takashi wrote: > changes from the previous: pep8 fix > > YAMAMOTO Takashi (4): > of13: implement OFPMP_EXPERIMENTER request and reply > packet_data_generator: add cases for experimenter mp request/reply > packet_data: regen > test_parser: expec

Re: [Ryu-devel] [PATCH 1/4] of13: implement OFPMP_EXPERIMENTER request and reply

2013-11-12 Thread YAMAMOTO Takashi
> On Tue, 12 Nov 2013 14:14:33 +0900 > YAMAMOTO Takashi wrote: > >> ryu/ofproto/ofproto_v1_3_parser.py | 75 >> +- >> 1 file changed, 74 insertions(+), 1 deletion(-) > > I got one pep8 warning: > > ryu/ofproto/ofproto_v1_3_parser.py:5205:34: E502 the backsl

[Ryu-devel] [PATCH 4/4] test_parser: expected json representations for OFPMP_EXPERIMENTER

2013-11-12 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- .../json/of13/4-61-ofp_experimenter_request.packet.json | 13 + .../json/of13/4-62-ofp_experimenter_reply.packet.json | 13 + 2 files changed, 26 insertions(+) create mode 100644 ryu/tests/unit/ofproto/json/of13/4-61-ofp_expe

[Ryu-devel] [PATCH 1/4] of13: implement OFPMP_EXPERIMENTER request and reply

2013-11-12 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/ofproto/ofproto_v1_3_parser.py | 75 +- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index 95ee291..4e5cc9e 100644 --- a/ryu/ofprot

[Ryu-devel] [PATCH 2/4] packet_data_generator: add cases for experimenter mp request/reply

2013-11-12 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/tests/packet_data_generator/src/x4.erl | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ryu/tests/packet_data_generator/src/x4.erl b/ryu/tests/packet_data_generator/src/x4.erl index 52806ed..7facfb1 100644 --- a/ryu/tests/pa

[Ryu-devel] [PATCH 3/4] packet_data: regen

2013-11-12 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- .../packet_data/of13/4-61-ofp_experimenter_request.packet | Bin 0 -> 32 bytes .../packet_data/of13/4-62-ofp_experimenter_reply.packet| Bin 0 -> 40 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 ryu/tests/packet_data/of13/4-61

[Ryu-devel] [PATCH 0/4] of13: implement OFPMP_EXPERIMENTER request and reply

2013-11-12 Thread YAMAMOTO Takashi
changes from the previous: pep8 fix YAMAMOTO Takashi (4): of13: implement OFPMP_EXPERIMENTER request and reply packet_data_generator: add cases for experimenter mp request/reply packet_data: regen test_parser: expected json representations for OFPMP_EXPERIMENTER ryu/ofproto/ofproto_v1_3_

Re: [Ryu-devel] [PATCH] packet lib: ipv6: change some default parameters

2013-11-12 Thread FUJITA Tomonori
On Tue, 12 Nov 2013 14:33:01 +0900 Yuichi Ito wrote: > nxt : IPPROTO_NONE(0x3b) -> IPPROTO_TCP(0x06) > hop_limit : 0 -> 255 > > it is more useful and common. > > Signed-off-by: Yuichi Ito > --- > ryu/lib/packet/ipv6.py | 10 +- > ryu/tests/unit/p

Re: [Ryu-devel] [PATCH 1/4] of13: implement OFPMP_EXPERIMENTER request and reply

2013-11-12 Thread FUJITA Tomonori
On Tue, 12 Nov 2013 14:14:33 +0900 YAMAMOTO Takashi wrote: > ryu/ofproto/ofproto_v1_3_parser.py | 75 > +- > 1 file changed, 74 insertions(+), 1 deletion(-) I got one pep8 warning: ryu/ofproto/ofproto_v1_3_parser.py:5205:34: E502 the backslash is redundant

Re: [Ryu-devel] STP application

2013-11-12 Thread YAMAMOTO Takashi
> if you use openvswitch, please check ports > by the following command. as far as i know, ovs always have at least one port. (local port) YAMAMOTO Takashi -- November Webinars for C, C++, Fortran Developers Accelerate