datapath: backport: ip_tunnel_core: iptunnel_handle_offloads returns int and doesn...
authorPravin B Shelar <pshelar@ovn.org>
Fri, 8 Jul 2016 04:48:57 +0000 (21:48 -0700)
committerPravin B Shelar <pshelar@ovn.org>
Sat, 9 Jul 2016 02:27:49 +0000 (19:27 -0700)
commitcf5789aa4e30d60c6d46c19d9329145d5f795783
tree6090344ef26a0e3d881e47f8a7bd8bef515b4c97
parentd281b6a9a5e79533042e6647114940ef4ef7d838
datapath: backport: ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb

There is return type change in upstream handle-offload functions.
Following patch brings these changes in.
This is backport of aed069df ("ip_tunnel_core:
iptunnel_handle_offloads returns int and doesn't free skb")
I have also removed duplicate definitions of tunnel_handle_offloads()
from ip-tunnel header.

Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
datapath/linux/compat/geneve.c
datapath/linux/compat/include/net/ip_tunnels.h
datapath/linux/compat/include/net/udp_tunnel.h
datapath/linux/compat/ip_gre.c
datapath/linux/compat/ip_tunnels_core.c
datapath/linux/compat/lisp.c
datapath/linux/compat/vxlan.c