datapath: compat: get rid of OVS_CB inner header offsets.
authorPravin B Shelar <pshelar@nicira.com>
Sat, 9 Jul 2016 01:25:55 +0000 (18:25 -0700)
committerPravin B Shelar <pshelar@ovn.org>
Sat, 9 Jul 2016 02:27:50 +0000 (19:27 -0700)
commitc1eb2500d139ee1f39c7729e7fdb3459f2144a69
tree5a4c8f20590855cab9343e55d3997d733b37f615
parent29e7e7d04428ebbef20ccc0ee082250253d3cbc8
datapath: compat: get rid of OVS_CB inner header offsets.

OVS has GSO compat functionality which needs inner offset
of the packet to segment a packet. older kernel did not
include these offsets in skb, therefore these were stored
in OVS_GSO_CB. Now OVS has dropped support for these
old kernel, So none of the supported kernel needs this
comapt code. Following patch removes it.

Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
acinclude.m4
datapath/linux/compat/gso.h
datapath/linux/compat/include/linux/skbuff.h
datapath/linux/compat/skbuff-openvswitch.c