Re: [Ryu-devel] Running rest_firewall.py on Lagopus

2016-11-15 Thread Iwase Yusuke
Hi, On 2016年11月14日 15:46, ホンパンニャー wrote: > Hi, > > Sorry for the late reply. > > I have done as you suggested to the the output:normal again. I ran both > rest_firewall and ofctl_rest through ryu-manager and did the command as you > advised. But i still couldn't ping one another between my two PC

[Ryu-devel] [PATCH 1/3] docker_base: Update base image to Ubuntu:16.04

2016-11-15 Thread IWASE Yusuke
Signed-off-by: IWASE Yusuke --- ryu/tests/integrated/common/docker_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/tests/integrated/common/docker_base.py b/ryu/tests/integrated/common/docker_base.py index b1f0a5f..fb81084 100644 --- a/ryu/tests/integrated/common/d

[Ryu-devel] [PATCH 0/3] integrated/bgp: Use Ubuntu:16.04 for base image

2016-11-15 Thread IWASE Yusuke
I suggested to use osrg/ryu Docker image on integrated/bgp for Kakuma-San before, but in this case, the installed packages are remained on its environment unless they are explicitly uninstalled. This problem can cause the miss configured dependency when the requirment files are updated, for example

[Ryu-devel] [PATCH 2/3] integrated/bgp: Use Ubuntu:16.04 for base image

2016-11-15 Thread IWASE Yusuke
Using osrg/ryu Docker image for the base image make it easy to build the image for the integrated tests, but the installed packages are remained on the site-packages unless they are explicitly uninstalled. This problem can cause the miss configured dependency when the requirment files are updated,

[Ryu-devel] [PATCH 3/3] test_vsctl: Wait for loading OVS kernel module

2016-11-15 Thread IWASE Yusuke
If the OVS kernel module is loaded at first time, it might take a few seconds. This patch add a sleep before sending OVSDB requests. Signed-off-by: IWASE Yusuke --- .travis.yml | 1 - ryu/tests/unit/lib/ovs/test_vsctl.py | 6 ++ 2 files changed, 6 insertions(+), 1 de

Re: [Ryu-devel] Simple_Switch_App-analysis

2016-11-15 Thread Munther Numan
Hi Shinpei Muraoka, Thank you for your reply, Let me at first to say thank you very much for your notes. Now I will stop to trace the source code , I will follow your advice and run Ryu app and mininet at first. Thank you very much, Best Regards Munther Numan Master Student Faculty of Engineer

Re: [Ryu-devel] Ryu-App-advices

2016-11-15 Thread Munther Numan
Hi Shinpei Muraoka, Thank you for your reply, let me at first to say thank you very much for your advice , now I know what must do. I will follow your advice : 1- Run mininet with Ryu application. 2- See what happen after running Ryu app. After the 2 point above I can go with tr

Re: [Ryu-devel] [PATCH 0/4] pip: Separate test-requires

2016-11-15 Thread FUJITA Tomonori
On Tue, 15 Nov 2016 11:23:13 +0900 IWASE Yusuke wrote: > The following patches are the updated of #8-10 in: > [PATCH v4 00/10] RPC: Improvements for Python 3 > > IWASE Yusuke (4): > pip: Separate test-requires > README: Use pip to resolve dependencies > docker_base: Add missing requiremen

Re: [Ryu-devel] Simple_Switch_App-analysis

2016-11-15 Thread Shinpei Muraoka
Hi, > my notes : > > is the ev content multiple thing ? so we need only the message inside ev > ? therefor we save the message inside ev to msg ? > The ev is data of only one message. I think that using the msg is due to easiness of understanding of the source code. Using ev.msg makes the source

Re: [Ryu-devel] Ryu-App-advices

2016-11-15 Thread Shinpei Muraoka
Hi, > So I ask if there is any advices how can I Read and understand the Ryu application . > > Also I would like to ask you about how you are start with Ryu app and are you build any Ryu Application ? This is just my thought. It is very difficult to trace the source code first. I don't recommen