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 16:54:26 +0000 (09:54 -0700)
commit32f34e8f8ee6ee11aa14140876d19a661ba0fa72
tree1def5655688182a6e542d1724c6ff2775399ed5c
parent2fe70dd8a8106a992afeb9f94865b66b8cf54975
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