datapath: Remove checksum compat support
authorPravin B Shelar <pshelar@nicira.com>
Mon, 26 Aug 2013 18:18:07 +0000 (11:18 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 6 Sep 2013 16:51:35 +0000 (09:51 -0700)
commit237c4f2a01e35e70869f9f58ec68e23d62701eb4
treeb9324452010b25b2dfb526a35f7284ff74f38ad5
parent3025a772a1ab6cc364a87b481b6e66b703d7bd46
datapath: Remove checksum compat support

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
20 files changed:
datapath/Modules.mk
datapath/actions.c
datapath/checksum.c [deleted file]
datapath/checksum.h [deleted file]
datapath/datapath.c
datapath/datapath.h
datapath/linux/Modules.mk
datapath/linux/compat/include/linux/netdevice.h
datapath/linux/compat/include/net/checksum.h
datapath/linux/compat/include/net/sctp/checksum.h
datapath/linux/compat/ip_tunnels_core.c
datapath/linux/compat/skbuff-openvswitch.c
datapath/linux/compat/utils.c [new file with mode: 0644]
datapath/linux/compat/vxlan.c
datapath/vlan.h
datapath/vport-gre.c
datapath/vport-internal_dev.c
datapath/vport-lisp.c
datapath/vport-netdev.c
datapath/vport-vxlan.c