[Ryu-devel] Folsom VM image capability

2013-04-07 Thread Yue Chen
Hi Yamahata-san, Thanks for your quick answer last time! I got the VM image working with GRE tunnels between the OVSs. However, in order to fully benefit from Ryu Controller's ability to do L2 separation using OpenFlow, I'd like to set it up without the GRE tunnels between the OVSs. Below is

Re: [Ryu-devel] Problems with Ryu VM installation

2013-04-07 Thread Yoshihiro Kaneko
Hello Oren, Please confirm whether KVM module is loaded. $ lsmod|grep kvm kvm_intel 137721 3 kvm 415549 1 kvm_intel If not so and cannot find KVM module in /lib/modules//kernel/arch/x86/kvm/, probably you have to install linux-image-extra-virtual package. Thanks,

Re: [Ryu-devel] [PATCH 0/2] switch to eventlet

2013-04-07 Thread YAMAMOTO Takashi
> On Thu, 4 Apr 2013 12:07:10 +0900 > YAMAMOTO Takashi wrote: > >> merely folded patches as requested by fujita-san. >> >> YAMAMOTO Takashi (2): >> add a threading hub module >> sweep the tree to change from gevent to ryu.lib.hub >> >> bin/ryu-manager| 11 ++--- >>

Re: [Ryu-devel] issue with OF 1.3 and dpset.py

2013-04-07 Thread FUJITA Tomonori
On Fri, 5 Apr 2013 14:20:59 -0700 Shivaram Mysore wrote: > What can I do to fix this issue? I don't even call ports in my program, > but, I do need dpset module. Sorry about that. We plan to deprecate dpset and make topology work correctly. Meanwhile, if you need to know only datapath, probably

[Ryu-devel] how to install and configure ryu openstack plugin

2013-04-07 Thread zheng mi
I have installed OpenStack Grizzly ,but I don't know how to install ryu plugin. who knows? thanks. -- Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire

[Ryu-devel] [PATCH] Delete a non-exist method call in LLDP

2013-04-07 Thread Can Zhang
Signed-off-by: Can Zhang --- ryu/lib/packet/lldp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ryu/lib/packet/lldp.py b/ryu/lib/packet/lldp.py index f82e00a..e6d77ba 100644 --- a/ryu/lib/packet/lldp.py +++ b/ryu/lib/packet/lldp.py @@ -103,7 +103,6 @@ class LLDPBasicTLV(object): r

Re: [Ryu-devel] [PATCH] NX_Match match_tuple()

2013-04-07 Thread FUJITA Tomonori
Hello, On Thu, 4 Apr 2013 17:31:50 +0200 Christopher Scherb wrote: > I updated the code for the match_tuple() function: > It installs the match for the network src/dst if the mask is valid, else > the nw src/dst is ignored. > My last patch had an error there, sorry. > > Changes: > FIX: match_tu

[Ryu-devel] Problems with Ryu VM installation

2013-04-07 Thread Oren Spector
Hello, I'm new to Ryu. I tried to follow the instruction on https://github.com/osrg/ryu/wiki/RYU-OpenStack-Grizzly-environment-VM-image- file-HOWTO. Everything worked fine until step 4, but I wasn't able to start the ryu1 VM. I'm using Ubuntu 12.04. I would appreciate your help. Below is so