datapath: Always initialize fix_segment for GSO packet.
authorPravin B Shelar <pshelar@nicira.com>
Wed, 27 Aug 2014 14:24:44 +0000 (07:24 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 29 Aug 2014 17:23:33 +0000 (10:23 -0700)
commit985998e8895345ea12a5cd6bfc413e363e5ffb60
tree9d3f5ce8dba81cb5d4c7bf7bf32397bcc670de1a
parent8187f55bdde7ac4105983c0d8fa1c66202290e7f
datapath: Always initialize fix_segment for GSO packet.

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 <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/linux/compat/gre.c
datapath/linux/compat/gso.h