Re: [ovs-dev] [PATCH] ofproto: Add relaxed group_mod command ADD_OR_MOD

2016-05-20 Thread Jeff Feng
Incorrect patch format:

patching file include/openflow/openflow-1.1.h
patch:  malformed patch at line 10: group. */ };

___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] [PATCH] netdev-native-tnl: Fix a build error on NetBSD 7.0

2016-05-20 Thread Jeff Feng
>
> diff --git a/lib/netdev-native-tnl.c b/lib/netdev-native-tnl.c
> index 2e181f2..123f3b2 100644
> --- a/lib/netdev-native-tnl.c
> +++ b/lib/netdev-native-tnl.c
> @@ -20,6 +20,7 @@
>  #include 
>  #include 
>  #include 
> +#include 
>  #include 
>  #include 
>

Thanks YAMAMOTO. Now I can compile whole ovs code in OS X.

Tested-by: Jeff Feng 
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] [v1 1/1] Fix "raceful" E2E ovn tests

2016-05-20 Thread Jeff Feng
Hi Amitabha,

I downloaded the patch and run following commands:

1) make check
all testcases passed


2) make check TESTSUITESFLAGS=-j8 -k ovn
testcase #2035 failed

I have scanned the test result logs, but didn't find more specific error
message.
If someone need test data and logs, please let me know.


Tested-by: Jeff Feng 
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev