Re: [ovs-dev] [PATCH v2 0/3] datapath: tunneling fixes.

2016-08-01 Thread pravin shelar
On Fri, Jul 29, 2016 at 5:49 PM, Joe Stringer wrote: > On 26 July 2016 at 15:24, Pravin B Shelar wrote: >> First two patches fixes to issues related to geneva and vxlan tunnel. >> Third patch is just code improvement. > > It looks like this patch series introduced breakage for kernels < 3.10 > (f

Re: [ovs-dev] [PATCH v2 0/3] datapath: tunneling fixes.

2016-07-29 Thread Joe Stringer
On 26 July 2016 at 15:24, Pravin B Shelar wrote: > First two patches fixes to issues related to geneva and vxlan tunnel. > Third patch is just code improvement. It looks like this patch series introduced breakage for kernels < 3.10 (for branch-2.5): https://travis-ci.org/openvswitch/ovs/builds/14

[ovs-dev] [PATCH v2 0/3] datapath: tunneling fixes.

2016-07-26 Thread Pravin B Shelar
First two patches fixes to issues related to geneva and vxlan tunnel. Third patch is just code improvement. Pravin B Shelar (3): datapath: compat: fix udp checksum calculation datapath: compat: unset skb encapsulation bit datapath: compat: simplify ip_local_out(). acinclude.m4