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
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
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
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
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
_
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
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
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