[ovs-dev] [PATCH 2/2] datapath: Clean up files on distclean.

2014-05-26 Thread Joe Stringer
This was causing failures in 'make distcleancheck'. Signed-off-by: Joe Stringer --- datapath/linux/Makefile.main.in |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datapath/linux/Makefile.main.in b/datapath/linux/Makefile.main.in index 88f144c..7d18253 100644 --- a/datap

[ovs-dev] [PATCH 1/2] tests: Clean up idltest on distclean.

2014-05-26 Thread Joe Stringer
This was causing failures in 'make distcleancheck'. Signed-off-by: Joe Stringer --- tests/automake.mk |1 + 1 file changed, 1 insertion(+) diff --git a/tests/automake.mk b/tests/automake.mk index 9354fad..bf943ce 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -199,6 +199,7 @@ tes

Re: [ovs-dev] [PATCH v2] ofproto: Destroy rule in ofproto_get_vlan_usage().

2014-05-26 Thread Flavio Leitner
On Fri, May 23, 2014 at 11:16:35AM -0700, Ethan Jackson wrote: > Found by inspection. > > Signed-off-by: Ethan Jackson > --- LGTM Acked-by: Flavio Leitner ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] xcache: Remove unused field xc_entry.u.learn.ofproto.

2014-05-26 Thread Joe Stringer
Thanks, I applied this to master. On 23 May 2014 17:01, Alex Wang wrote: > Acked-by: Alex Wang > > > On Thu, May 22, 2014 at 9:35 PM, Joe Stringer wrote: > >> Signed-off-by: Joe Stringer >> --- >> ofproto/ofproto-dpif-xlate.c |2 -- >> 1 file changed, 2 deletions(-) >> >> diff --git a/of

Re: [ovs-dev] [PATCH v3] Rapid Spanning Protocol Implementation (IEEE 802.1D) + functional tests

2014-05-26 Thread Ryan Wilson 76511
http://patchwork.openvswitch.org/patch/4139/ With this patch, xlate_rwlock will be gone (as xlate will use RCU locking). So this will no longer be an issue. Still waiting on a review for this patch from Ben or Ethan, but hopefully it will be pushed next week. Ryan _

Re: [ovs-dev] [PATCH v3] Rapid Spanning Protocol Implementation (IEEE 802.1D) + functional tests

2014-05-26 Thread Martino Fornasa
Jarno Rajahalme wrote: Daniele, Martino, Thank you for the contribution, and sorry that it has taken so long for me to get to the review! [...] Dear all, we are working on Jarno revision, and we will provide shortly a revised patch. In the meantime, I would like to ask for advice on an issue

Re: [ovs-dev] [PATCH v2 3/3] datapath: add layer 3 flow/port support

2014-05-26 Thread thomas.morin
Hi Jesse, 2014-05-22, Jesse Gross: >> 2014-05-19, Jesse Gross: >> [...snip...] > I actually have much less of a problem with including an EtherType > from a GRE tunnel. For one thing it actually exists in the packet > rather than being an artificial namespace. Another thing is that it

[ovs-dev] [PATCH] Reset the backoff timer for bootstrapped SSL connections

2014-05-26 Thread Arun Sharma
If ovs-vswitchd or ovsdb-server is trying to connect to a controller over SSL that isn't up yet, and the connection is set to bootstrap the CA cert, the following annoying thing happens: - The connection will go into backoff mode, where it is only trying to connect once every 8 seconds. - Once it c