Re: [ovs-dev] [PATCH 11/12] datapath: compat: Add support for IPv6 UDP tunnel segmentation.

2016-05-26 Thread pravin shelar
On Wed, May 25, 2016 at 4:36 PM, Jesse Gross wrote: > On Wed, May 4, 2016 at 4:35 PM, Pravin B Shelar wrote: >> diff --git a/datapath/linux/compat/include/net/ipv6.h >> b/datapath/linux/compat/include/net/ipv6.h >> index 5cc5b6e..6faafb0 100644 >> --- a/datapath/linux/compat/include/net/ipv6.h >

Re: [ovs-dev] [PATCH 11/12] datapath: compat: Add support for IPv6 UDP tunnel segmentation.

2016-05-25 Thread Jesse Gross
On Wed, May 4, 2016 at 4:35 PM, Pravin B Shelar wrote: > diff --git a/datapath/linux/compat/include/net/ipv6.h > b/datapath/linux/compat/include/net/ipv6.h > index 5cc5b6e..6faafb0 100644 > --- a/datapath/linux/compat/include/net/ipv6.h > +++ b/datapath/linux/compat/include/net/ipv6.h > @@ -81,4

[ovs-dev] [PATCH 11/12] datapath: compat: Add support for IPv6 UDP tunnel segmentation.

2016-05-04 Thread Pravin B Shelar
Next patch adds support for IPV6 Geneve and VXLAN, But support for UDP segmentation is available on all supported kernel. Following patch adds support for UDP tunnels over IPv6 for such kernels. Signed-off-by: Pravin B Shelar --- datapath/linux/compat/gso.c| 50 ++