Re: [ovs-dev] [PATCH 1/3] datapath: Add genl_exec().

2011-12-22 Thread Jesse Gross
On Dec 21, 2011, at 8:28 PM, Pravin B Shelar wrote: > diff --git a/datapath/linux/compat/genetlink.inc > b/datapath/linux/compat/genetlink.inc > index bf96980..1301006 100644 > --- a/datapath/linux/compat/genetlink.inc > +++ b/datapath/linux/compat/genetlink.inc > +static struct sk_buff *genlmsg_s

Re: [ovs-dev] [PATCH 2/3] tunnel: move rt_genid to compatibility code.

2011-12-22 Thread Jesse Gross
On Dec 21, 2011, at 8:28 PM, Pravin B Shelar wrote: > diff --git a/datapath/linux/compat/include/net/dst.h > b/datapath/linux/compat/include/net/dst.h > index f481a9d..5341daa 100644 > --- a/datapath/linux/compat/include/net/dst.h > +++ b/datapath/linux/compat/include/net/dst.h > @@ -14,4 +14,26 @

Re: [ovs-dev] [PATCH 3/3] datapath: Implement flow table re-hashing.

2011-12-22 Thread Jesse Gross
On Dec 21, 2011, at 8:28 PM, Pravin B Shelar wrote: > Resending this patch as net-namespace patches depends on it. > > --8<--cut here-->8-- > > Following patch introduces a timer based event to rehash flow-hash > table. It makes finding collisions

Re: [ovs-dev] [PATCH 2/3] datapath: Fix OVS compat workqueue support.

2011-12-22 Thread Jesse Gross
On Dec 21, 2011, at 8:28 PM, Pravin B Shelar wrote: > Resending this patch as net-namespace patches depends on it. > --8<--cut here-->8- > > Signed-off-by: Pravin B Shelar Still looks good. Acked-by: Jesse Gross _

[ovs-dev] [PATCH] ofproto-dpif: Fix nondeterministic flow revalidation behavior.

2011-12-22 Thread Ben Pfaff
SLB bonds are very strange beasts. It's taken OVS a while to figure out how they should really work. Way back in the mists of time, when we were in the midst of this process, we noticed that the following could happen: 1. Local VM sends a packet to the OVS bridge. 2. OVS bridge l

[ovs-dev] [PATCH] unixctl: Improve readability of "help" output for long command names.

2011-12-22 Thread Ben Pfaff
Without this change, if a unixctl command name is 23 character long or longer, no space appeared between the command name and its usage. This commit ensures that at least one space always appears. No command yet has a name this long. I discovered this issue when I added one that does. Signed-of

Re: [ovs-dev] OpenFlow Wiki URL?

2011-12-22 Thread TCP UDP
Thanks this works. From: Ben Pfaff To: TCP UDP Cc: "dev@openvswitch.org" Sent: Thursday, December 22, 2011 1:36 PM Subject: Re: [ovs-dev] OpenFlow Wiki URL? On Thu, Dec 22, 2011 at 01:35:34PM -0800, TCP UDP wrote: > I am getting blank page when I try t

Re: [ovs-dev] OpenFlow Wiki URL?

2011-12-22 Thread Ben Pfaff
On Thu, Dec 22, 2011 at 01:35:34PM -0800, TCP UDP wrote: > I am getting blank page when I try to access > http://www.openflow.org/wk/index.php/Main_Page. Is there any > alternate Wiki Url for OpenFlow? http://www.openflow.org/wk/index.php/OpenFlow_Wiki looks OK to me. _

[ovs-dev] OpenFlow Wiki URL?

2011-12-22 Thread TCP UDP
I am getting blank page when I try to access http://www.openflow.org/wk/index.php/Main_Page. Is there any alternate Wiki Url for OpenFlow? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] ECN action kernel change related question

2011-12-22 Thread TCP UDP
According to http://openvswitch.org/pipermail/dev/2011-December/013598.html >> - OF1.1 "set ECN" action. The OVS kernel module already supports this. I am trying to trace flow of code for ECN changes and only thing which I find close to it is set_ip_tos() in datapath/actions.c and that also

Re: [ovs-dev] [PATCH 0/7] Cleanups for Fedora RPM packaging

2011-12-22 Thread Chris Wright
* Ben Pfaff (b...@nicira.com) wrote: > On Thu, Dec 22, 2011 at 10:00:34AM -0800, Chris Wright wrote: > > Looks like one is missing for branch-1.4: > > > > b4059ef Update FSF address in LGPL notices in bugtool plugins. > > Thanks for pointing that out. I cherry-picked it to branch-1.4. Cool, t

Re: [ovs-dev] [PATCH 0/7] Cleanups for Fedora RPM packaging

2011-12-22 Thread Ben Pfaff
On Thu, Dec 22, 2011 at 10:00:34AM -0800, Chris Wright wrote: > * Ben Pfaff (b...@nicira.com) wrote: > > On Fri, Dec 09, 2011 at 09:41:11AM -0800, Chris Wright wrote: > > > * Ben Pfaff (b...@nicira.com) wrote: > > > > All applied to master, thanks Chris. Do you want these on branch-1.4 > > > > als

Re: [ovs-dev] [PATCH 0/7] Cleanups for Fedora RPM packaging

2011-12-22 Thread Chris Wright
* Ben Pfaff (b...@nicira.com) wrote: > On Fri, Dec 09, 2011 at 09:41:11AM -0800, Chris Wright wrote: > > * Ben Pfaff (b...@nicira.com) wrote: > > > All applied to master, thanks Chris. Do you want these on branch-1.4 > > > also? > > > > Yes, please. > > Done. Looks like one is missing for branc