Re: [ovs-dev] [PATCH] datapath: Always initialize fix_segment for GSO packet.

2014-08-29 Thread Pravin Shelar
On Fri, Aug 29, 2014 at 9:37 AM, Jesse Gross wrote: > On Thu, Aug 28, 2014 at 11:30 AM, Pravin B Shelar wrote: >> OVS tunnel compat code depends on this function pointer to >> handle GSO packet. Currently we do not initialize for all >> GRE GSO packets. Following patch fixes that. >> >> Signed-of

Re: [ovs-dev] [PATCH] datapath: Always initialize fix_segment for GSO packet.

2014-08-29 Thread Jesse Gross
On Thu, Aug 28, 2014 at 11:30 AM, Pravin B Shelar wrote: > OVS tunnel compat code depends on this function pointer to > handle GSO packet. Currently we do not initialize for all > GRE GSO packets. Following patch fixes that. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross _

[ovs-dev] [PATCH] datapath: Always initialize fix_segment for GSO packet.

2014-08-28 Thread Pravin B Shelar
OVS tunnel compat code depends on this function pointer to handle GSO packet. Currently we do not initialize for all GRE GSO packets. Following patch fixes that. Signed-off-by: Pravin B Shelar --- datapath/linux/compat/gre.c |2 ++ datapath/linux/compat/gso.h |4 ++-- 2 files changed, 4