Re: [ovs-discuss] How to solve the build error for kernel module

2011-01-19 Thread Koichi Yagishita
Dear Jesse, Thank you. I'll try it again. Regards, Yagishita Jesse Gross F > On Mon, Jan 17, 2011 at 10:34 PM, Koichi Yagishita > wrote: > > Dear all, > > > > Could anyone teach me how to solve the build error for kernel module below? > > I applied source acquired from git tree today. > > I h

Re: [ovs-discuss] [ openvswitch-install ] Kernel module problem

2011-01-19 Thread 罗登亮
you need to install "kernel-xen-devel" package ,kernel-xen-devel 's version must match with kernel-xen___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org

Re: [ovs-discuss] newbie discovering ovs

2011-01-19 Thread Ben Pfaff
On Wed, Jan 19, 2011 at 09:51:31AM +0100, Xavier COUDIN wrote: > I installed ovs from sources. Compilation was OK, initialization was OK. > I chose to compile-install it without kernel module, so that means > as userspace. Maybe in the future I will compile kernel modules, but > I prefered to test

Re: [ovs-discuss] How to solve the build error for kernel module

2011-01-19 Thread Jesse Gross
On Mon, Jan 17, 2011 at 10:34 PM, Koichi Yagishita wrote: > Dear all, > > Could anyone teach me how to solve the build error for kernel module below? > I applied source acquired from git tree today. > I have confirmed that, build after running the configure script > without any arguments is OK. T

Re: [ovs-discuss] newbie discovering ovs

2011-01-19 Thread Ben Pfaff
On Wed, Jan 19, 2011 at 02:50:57PM +0100, Xavier COUDIN wrote: > note: I am just sorry that this "ovs-vsctl list-ports br0" gives as > a result only the name of the ports, and does not give also the > vlan-id associated to each port. Could this improvement be included > in the next releases of ovs

Re: [ovs-discuss] How to diagnose ponctual slowlyness?

2011-01-19 Thread Ben Pfaff
On Wed, Jan 19, 2011 at 04:35:19PM +0100, Madko wrote: > The slowness/packet loss seems to occur when the hypervisor is having > some IO stress. We don't have the problem on the first couple of VM we > install on the host. It occurs more often when we already have few vms > which are using the netw

Re: [ovs-discuss] How to diagnose ponctual slowlyness?

2011-01-19 Thread Madko
> Should we try to restard ovs-vswitchd daemon? Because it's working > fine on the other VMs. We try to restart the ovs-vswitchd with no change. We also try to switch from virtio net driver to e1000 driver same problem. Each time the VM is poweroff/destroy, its tap devices are removed from ovs and

Re: [ovs-discuss] newbie discovering ovs

2011-01-19 Thread Ben Pfaff
On Wed, Jan 19, 2011 at 3:11 AM, Xavier COUDIN wrote: > Now, when we use ovs  (I mean, we try to make it work).. > the "brctl show" gives no answer :  just columns "bridge name   bridge id >  STP enabled  Interface" , but no answer below it. OVS doesn't use "brctl", it uses "ovs-vsctl".

Re: [ovs-discuss] newbie discovering ovs

2011-01-19 Thread Xavier COUDIN
Thanks to all for you quick support, I will try to explain my actual situation. I created yesterday a bride br0 within ocs (using ovs-vsctl) ovs-vsctl list-br gives as result "br0" ovs-vsctl list-ports br0 gives as result : 6 lines of the different ports I created note: I am just sorr

Re: [ovs-discuss] newbie discovering ovs

2011-01-19 Thread Henrique Rodrigues
Hi Xavier, I'm using the setup openvswitch+vmware for testing my code. I'm replying because I had a similar problem in understanding the ovs ifaces at the beginning... I'm assuming you've installed ovs within the virtual box vm. The vm has only two interfaces, one of them is the vm's physical inte

Re: [ovs-discuss] newbie discovering ovs

2011-01-19 Thread Xavier COUDIN
Le 19/01/2011 10:06, Justin Pettit a écrit : On Jan 19, 2011, at 12:51 AM, Xavier COUDIN wrote: There is one thing I cannot understand for the moment. Probably I still need to be more familiar with the ovs concept. I can bind the virtualswitch ( = bridge) to eth0. But I would like to bind

Re: [ovs-discuss] How to connect OVS to flowvisor?

2011-01-19 Thread Yue ZHANG
I'm very sorry, I used reply not reply to all, carelessly. Just did what Reid said exactly, and it worked. Thanks. 2011-01-19 Yue ZHANG cassidy...@gmail.com 发件人:"Justin Pettit " 发送日期:2011-01-19 16:50 收件人:Reid Price 抄送:Yue ZHANG discuss@openvswitch.org 主题: Re: [ov

Re: [ovs-discuss] newbie discovering ovs

2011-01-19 Thread Justin Pettit
On Jan 19, 2011, at 12:51 AM, Xavier COUDIN wrote: > There is one thing I cannot understand for the moment. Probably I still need > to be more familiar with the ovs concept. > I can bind the virtualswitch ( = bridge) to eth0. > But I would like to bind also the virtual-machines (that I created in

[ovs-discuss] newbie discovering ovs

2011-01-19 Thread Xavier COUDIN
hello, I am a new user of ovs. I try to use it together with a virtualbox architecture on a linux-ubuntu-host computer. Until now I was just using Wmware Esxi, So VirtualBox + ovs is quite new to me. I installed ovs from sources. Compilation was OK, initialization was OK. I chose to compile-i

Re: [ovs-discuss] How to connect OVS to flowvisor?

2011-01-19 Thread Justin Pettit
D'oh! Forgot the most important part. Yue wrote me off-list and told me he got it working. Thanks, Reid. --Justin On Jan 19, 2011, at 12:48 AM, Reid Price wrote: > Quick add-on to Justin's answer, in case it wasn't implied: > > ovs-vsctl set-controller [ssl|tcp]: > > -Reid > > 2011/

Re: [ovs-discuss] How to connect OVS to flowvisor?

2011-01-19 Thread Reid Price
Quick add-on to Justin's answer, in case it wasn't implied: ovs-vsctl *set-controller* [ssl|tcp]: -Reid 2011/1/18 Justin Pettit > If you have all the pieces installed, you can just configure it as you > would any OpenFlow controller in OVS: > >ovs-vsctl ssl: > > or, if it's unenc

Re: [ovs-discuss] How to connect OVS to flowvisor?

2011-01-19 Thread Justin Pettit
If you have all the pieces installed, you can just configure it as you would any OpenFlow controller in OVS: ovs-vsctl ssl: or, if it's unencrypted: ovs-vsctl tcp: The section "OpenFlow Controller Connectivity" in the ovs-vsctl man page should have all the information you ne