datapath: define compat __skb_gso_segment()
authorPravin B Shelar <pshelar@nicira.com>
Thu, 7 May 2015 17:17:26 +0000 (10:17 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 8 May 2015 01:26:41 +0000 (18:26 -0700)
commit433637881ca5d1b71eed693afef162df8e529bff
tree5c5b547fd36fa58ba8e7f29f01a9111387bb0251
parent88c98bf5635c732d4c77e5314ec7440a08a09dec
datapath: define compat __skb_gso_segment()

OVS correctly define skb_gso_segment() to handle MPLS and VLAN
segmentation correctly. But OVS also uses __skb_gso_segment() in
some cases. Following patch defines compat __skb_gso_segment()
to handle all segmentation cases.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/linux/compat/gso.c
datapath/linux/compat/include/linux/netdevice.h
datapath/linux/compat/netdevice.c