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:48:27 +0000 (09:48 -0700)
commit2a0d6fecf0493853976656fa9909c0b3689e15c3
tree7aff3f7700a8a0b38852440fbd41d1a8a97b3d93
parent346079d280dc445d1ee4057928b2c223efe320de
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