Re: [ovs-dev] [PATCH 6/6] datapath: compat: gso: tighen checks for compat GSO code.

2016-08-03 Thread pravin shelar
On Wed, Aug 3, 2016 at 12:48 PM, Jesse Gross wrote: > On Wed, Aug 3, 2016 at 10:08 AM, Pravin B Shelar wrote: >> Few function can be compiled out for non GSO case. This >> patch make it bit cleaner to understand GSO compat code. >> >> Signed-off-by: Pravin B

Re: [ovs-dev] [PATCH 6/6] datapath: compat: gso: tighen checks for compat GSO code.

2016-08-03 Thread Jesse Gross
On Wed, Aug 3, 2016 at 10:08 AM, Pravin B Shelar wrote: > Few function can be compiled out for non GSO case. This > patch make it bit cleaner to understand GSO compat code. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross

[ovs-dev] [PATCH 6/6] datapath: compat: gso: tighen checks for compat GSO code.

2016-08-03 Thread Pravin B Shelar
Few function can be compiled out for non GSO case. This patch make it bit cleaner to understand GSO compat code. Signed-off-by: Pravin B Shelar --- datapath/linux/compat/gso.h| 2 +- datapath/linux/compat/include/net/udp_tunnel.h | 7 ---