[ovs-discuss] first cut at openvswitch 1.9.x Debian packaging now available

2013-06-07 Thread Ben Pfaff
I've uploaded a first cut of an updated version of Open vSwitch for Debian for review: http://mentors.debian.net/package/openvswitch Please feel free to test and comment on it, either on the mailing list here or in the comment box on that webpage. __

Re: [ovs-discuss] Compile ovs for Andriod

2013-06-07 Thread Ben Pfaff
Please do not drop the mailing list. Open vSwitch 1.1.0pre2 was released in September 2010. The most recently released version is 1.10.0, released last month. I doubt that you would be satisfied with version 1.1.0pre2, even if you can get it to work, so I doubt that the work required to make it

Re: [ovs-discuss] Problems getting OVS to work on RHEL/KVM

2013-06-07 Thread K.R Kishore
I am not sure what is "normal".  I am running on "standard issue" RHEL install from my company's IT dept. I (and they) don't know if they have changed anything that would break the normally accepted assumptions. I can verify that: - perl and python are installed (according to instmodsh) - /too

Re: [ovs-discuss] Adding a new vlan will caused the host lost connection

2013-06-07 Thread Alex Wang
Thanks Ben, I just realized that before branch-1.10, odp and ofp use same port number. Very sorry for the misleading comments, Kris. You problem should not be caused by that bug. On Fri, Jun 7, 2013 at 9:57 AM, Ben Pfaff wrote: > On Fri, Jun 07, 2013 at 09:52:54AM -0700, Alex Wang wrote: > >

Re: [ovs-discuss] Adding a new vlan will caused the host lost connection

2013-06-07 Thread Ben Pfaff
On Fri, Jun 07, 2013 at 09:52:54AM -0700, Alex Wang wrote: > It is recommended that you upgrade to version 1.10 or above, since this bug > is backported only to branch-1.10 The bug was only in 1.10 and later to begin with. ___ discuss mailing list discus

Re: [ovs-discuss] Adding a new vlan will caused the host lost connection

2013-06-07 Thread Alex Wang
It is recommended that you upgrade to version 1.10 or above, since this bug is backported only to branch-1.10 If you do not want, you may try this fix of mine, below. It is for branch-1.7 --- ofproto/ofproto-dpif.c | 44 ++-- 1 file changed, 26 inserti

Re: [ovs-discuss] Even with ovs-controller vswitchd is still heavily used

2013-06-07 Thread Ben Pfaff
Why did you think that setting secure mode would not use ovs-vswitchd? On Fri, Jun 07, 2013 at 09:33:31PM +0530, kevin parker wrote: > I thought setting secure mode would not use ovs-vswitchd, but in my case > its using both ovs-controller and ovs-vswitchd > Regards, > Ananthakrishnan > > > On F

Re: [ovs-discuss] Even with ovs-controller vswitchd is still heavily used

2013-06-07 Thread kevin parker
I thought setting secure mode would not use ovs-vswitchd, but in my case its using both ovs-controller and ovs-vswitchd Regards, Ananthakrishnan On Fri, Jun 7, 2013 at 8:22 PM, Ben Pfaff wrote: > Why do use think it would make a difference? > > On Fri, Jun 07, 2013 at 08:16:52PM +0530, kevin pa

Re: [ovs-discuss] Compile ovs for Andriod

2013-06-07 Thread Ben Pfaff
On Fri, Jun 07, 2013 at 02:02:01AM +, Uddin, Mostafa Abdulla wrote: > I was trying to compile openvswitch in android 4.2 (jelly bean) and > kernel version 3.4. > > It builds the kernel module fine. However, I am facing the problem > while compiling the user space program . What is the problem

[ovs-discuss] A question on OVS actions

2013-06-07 Thread Qasim Maqbool
Hi, I am trying to determine how actions are stored and applied in OVS for each flow. When I use the ovs-ofctl add-flow command (specifying only the source & destination IP and protocol with actions=output:1), I see that 8 "ofpact" structures are created inside the ofproto_add_flow function. The

Re: [ovs-discuss] Even with ovs-controller vswitchd is still heavily used

2013-06-07 Thread Ben Pfaff
Why do use think it would make a difference? On Fri, Jun 07, 2013 at 08:16:52PM +0530, kevin parker wrote: > Can some one please clarify this,why ovs-vswitchd is used even in secure > mode > > > On Thu, Jun 6, 2013 at 10:58 AM, kevin parker > wrote: > > > and with out controller and in standal

Re: [ovs-discuss] Even with ovs-controller vswitchd is still heavily used

2013-06-07 Thread kevin parker
Can some one please clarify this,why ovs-vswitchd is used even in secure mode On Thu, Jun 6, 2013 at 10:58 AM, kevin parker wrote: > and with out controller and in standalone ovs-vswitchd is at ~80% for the > same traffic. > > using > *ovs-vsctl -V* > ovs-vsctl (Open vSwitch) 1.4.2 > Compiled No

Re: [ovs-discuss] Problems getting OVS to work on RHEL/KVM

2013-06-07 Thread Madko
is the /tools normal? where does it come from? Nothing in RHEL (and clones) is using this kind of path. But not sure if it's the root cause of your build problems. Just my 2 cents. + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-ssl checking for a BSD-compatible install