Re: [ovs-dev] [PATCH] datapath: gre: Reset fix_segment pointer.

2015-05-01 Thread Pravin Shelar
On Fri, May 1, 2015 at 2:41 PM, Jesse Gross wrote: > On Fri, May 1, 2015 at 12:40 PM, Pravin B Shelar wrote: >> For kernel version 3.12 to 3.18, GRE uses compat code to >> transmit packets which used fix_segment to segment packets. >> but ovs_gso_cb->fix_segment is not initialized for GRE tunnels

Re: [ovs-dev] [PATCH] datapath: gre: Reset fix_segment pointer.

2015-05-01 Thread Jesse Gross
On Fri, May 1, 2015 at 12:40 PM, Pravin B Shelar wrote: > For kernel version 3.12 to 3.18, GRE uses compat code to > transmit packets which used fix_segment to segment packets. > but ovs_gso_cb->fix_segment is not initialized for GRE tunnels. > Following patches fixes it by resetting fix_segment.

[ovs-dev] [PATCH] datapath: gre: Reset fix_segment pointer.

2015-05-01 Thread Pravin B Shelar
For kernel version 3.12 to 3.18, GRE uses compat code to transmit packets which used fix_segment to segment packets. but ovs_gso_cb->fix_segment is not initialized for GRE tunnels. Following patches fixes it by resetting fix_segment. Signed-off-by: Pravin B Shelar --- datapath/linux/compat/gre.c