datapath: Only call skb_checksum_setup on 2.6.18 && Xen.
authorIan Campbell <Ian.Campbell@citrix.com>
Thu, 6 Aug 2009 19:53:27 +0000 (12:53 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 18 Aug 2009 23:09:32 +0000 (16:09 -0700)
commitb2f460c72dc738302adf44b988e9dc4b44c4c621
treedbfb1e31cb6619f8036ff6093d9a2bbc0261156c
parent496d0fe53648c34b1fbcce008314c6bbf1582ee2
datapath: Only call skb_checksum_setup on 2.6.18 && Xen.

For newer kernels the checksum setup is done at the point the skb is
received in netback or netfront so there is no more need to sprinkle
skb_checksum_setup calls throughout the kernel.
datapath/actions.c
datapath/datapath.c
datapath/datapath.h