Re: [Ryu-devel] [PATCH] tests: Separate test files from Ryu module

2017-07-10 Thread Iwase Yusuke
Hi Kakuma-San, Thank you very much! Sure, I will update v2 patch! Thanks, Iwase On 2017年07月10日 12:53, fumihiko kakuma wrote: Hi Iwase-San, Thank you for explanations. We discussed with fujita-san about this topic last week and we concluded that it will be better to move ryu/tests/integrated

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-10 Thread mehran shetabi
hi, Fujimoto how can i use OpenFlow channel in Mininet? what do you mean about "But the controller should receive packets in your application" ? can i make a change in RYU code for including port number which is connected to the controller in OFPActionOutput()? if the answer is yes, how can

[Ryu-devel] Event receive timestamps

2017-07-10 Thread Matthew Hayes
Hi all, Can Ryu present timestamps to applications detailing when it received particular OpenFlow events (example: timestamp for when a Packet-In event was received by Ryu)? I have a reactive SDN project built on Ryu (see: https://nmeta.readthedocs.io ), and telemetry built into the app record

[Ryu-devel] American Association for Justice - 2017 ATTENDEES' LIST

2017-07-10 Thread Emily Watson
Hi, Hope this note finds you well. I am taking an educated stab in the dark here, profoundly agreeing, companies make more sales with consistent marketing. As I understand that you are one of the Exhibitors of an upcoming event "American Association for Justice - 2017 on 22 - 25 J

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-10 Thread mehran shetabi
hi, Fujimoto in the second solution, how can i retrieve Packet-in header? is there any solution for it? thank you, Mehran shetabi From: Fujimoto Satoshi Sent: Monday, July 10, 2017 5:35 AM To: mehran shetabi; ryu-devel@lists.sourceforge.net; satoshi.fujimo.

[Ryu-devel] [PATCH v2 0/2] tests: Separate test files from Ryu module

2017-07-10 Thread IWASE Yusuke
The v2 patch updates the v1 patch in order to include Kakuma-San's patch(*1) and combine the patches(*2) to separate tests and revert some of files in the previous one. (*1) Kakuma-San's patch: [Ryu-devel] [PATCH 1/1] Move ryu/tests/integrated/common to ryu/lib/docker (*2) Combined patches: [

[Ryu-devel] [PATCH v2 2/2] bgp_scenario_test: Move "common" to ryu/lib/docker

2017-07-10 Thread IWASE Yusuke
From: fumihiko kakuma Signed-off-by: Fumihiko Kakuma --- .travis.yml | 2 +- ryu/{tests/integrated/common => lib/docker}/__init__.py | 0 ryu/{tests/integrated/common => lib/docker}/docker_base.py | 0 .../integrated/c

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-10 Thread Fujimoto Satoshi
Hi, Mehran how can i use OpenFlow channel in Mininet? Sorry, OpenFlow channel is a connection which is used for OpenFlow protocol and you already have. What I meant was that you should have another connection between controllers and the switch other than OpenFlow channel, to exchange "raw" p

Re: [Ryu-devel] Event receive timestamps

2017-07-10 Thread Iwase Yusuke
Hi Matt, Ryu handles the low level messages receiving at ryu/controller/controller.py, I guess we need to get the timestamp here. https://github.com/osrg/ryu/blob/master/ryu/controller/controller.py#L233 Then, how about the following? I added the "timestamp" into "EventOFP***" events. $ git

[Ryu-devel] bug: KeyError EventOFPErrorExperimenterMsg

2017-07-10 Thread Hu Dingyuan
Hi, When I use ryu to send a apply actions message, a error occurred. match=OFPMatch(oxm_fields={'in_port': 7, 'eth_type': 2048, 'ipv4_src': '192.0.2.129', 'ipv4_dst': '10.0.2.104'}), instructions=[OFPInstructionActions(actions=[OFPActionSetField(eth_src='b6:9f:5d:cf:64:a8'), OFPActionSetField(e

Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-10 Thread mehran shetabi
hi, Fujimoto with setting roles and Async solution, if there are more than two controllers, how can i distinguish between them? my problem is, how can i sent packet-in to the exact controller? thank you, Mehran shetabi From: Fujimoto Satoshi Sent: Tuesday,

[Ryu-devel] Multiple RYU controllers

2017-07-10 Thread Tanvir.Ulhuque
Hi Although I am bit familiar with RYU controller, I did not use its multiple scenario before. I want to run multiple ryu controllers which will be executed in parallel, and share their information among themselves. Please help me sharing information links, codes supporting multiple RYU contro

Re: [Ryu-devel] Multiple RYU controllers

2017-07-10 Thread Yi Tseng
Hi, Can you provide more detail? For example, which kinds of mechanism you will use to share data between controllers? REST? IPC? TCP/UDP? Linux socket? Yi 2017-07-10 22:22 GMT-07:00 : > Hi > > > Although I am bit familiar with RYU controller, I did not use its multiple > scenario before. I w