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