Re: [Ryu-devel] [PATCH] fix tiny packet comparison

2016-07-03 Thread Iwase Yusuke
Hi Kawai-San, Thank you for testing my patch! On 2016年07月04日 11:47, Hiroaki KAWAI wrote: > Hi Iwase-san, Fujita-san, > > I've tested with the patch and looks OK for > my environment. > > The patch affects the entire test suites, and the all > of tests must be run again. > https://osrg.github.io/r

Re: [Ryu-devel] unable to use ryu-4.4 for oslo.config

2016-07-03 Thread Big Strong
I can enforce the installation after updating pip using 'pip install --upgrade --force pip'. But it then goes to the very first problem of packages installed but not found. (ryu)john@ubuntu:~/ryu$ pip list > Babel (2.3.4) > debtcollector (1.5.0) > distribute (0.6.24) > eventlet (0.19.0) > funcsigs

Re: [Ryu-devel] unable to use ryu-4.4 for oslo.config

2016-07-03 Thread Big Strong
I tried to reinstall ryu in virtualenv, and counter errors: (ryu)john@ubuntu:~/ryu$ pip install ryu > Downloading/unpacking ryu > Running setup.py egg_info for package ryu > [pbr] Reusing existing SOURCES.txt > Downloading/unpacking eventlet>=0.15 (from ryu) > Running setup.py egg_info for

Re: [Ryu-devel] [PATCH] fix tiny packet comparison

2016-07-03 Thread Hiroaki KAWAI
Hi Iwase-san, Fujita-san, I've tested with the patch and looks OK for my environment. The patch affects the entire test suites, and the all of tests must be run again. https://osrg.github.io/ryu/certification.html And just FYI, in the openflow 1.3.5 spec, 7.3.7 says "The packet format is an Ethe

Re: [Ryu-devel] error in hub switching

2016-07-03 Thread Shinpei Muraoka
Hi, > can any one know how to solve this? > and I using the command to execute the topology with remote controller : > sudo mn --custom ~/mininet/custom/4sw-4host.py --controller=remote -x I think error cause is that you do not specify the 'mytopo' for command of mininet. Please try to start

Re: [Ryu-devel] unable to use ryu-4.4 for oslo.config

2016-07-03 Thread Iwase Yusuke
Hi, Hummm... on my environment, Ryu-4.4 works correctly. $ ryu-manager --version ryu-manager 4.4 $ pip list | grep oslo oslo.config (3.12.0) oslo.i18n (3.7.0) $ ryu-manager loading app ryu.controller.ofp_handler instantiating app ryu.controller.ofp_handler of OFPHandler ... FYI, I installed Ry

Re: [Ryu-devel] [PATCH] fix tiny packet comparison

2016-07-03 Thread Iwase Yusuke
Hi Kawai-San and Fujita-San, On 2016年07月02日 12:50, FUJITA Tomonori wrote: > CC'ed Iwase-san, > > On Fri, 1 Jul 2016 20:15:10 +0900 > Hiroaki KAWAI wrote: > >> On 2016/07/01 11:36, FUJITA Tomonori wrote: >>> On Wed, 29 Jun 2016 00:26:42 -0700 >>> "Kawai, Hiroaki" wrote: >>> Some system will