datapath: Drop set_skb_csum_bits().
authorJesse Gross <jesse@nicira.com>
Wed, 8 Jun 2011 00:11:02 +0000 (17:11 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 16 Jun 2011 21:41:15 +0000 (14:41 -0700)
commite6269c12f294f71c9e6a31c153a12cf26124c235
tree06cdf2beafb0bfd20a7c31a236591f5af112fa25
parentbf16ba4a9b1b4a38c867349e70e39d551b406b32
datapath: Drop set_skb_csum_bits().

Various older kernels have had different bugs with copying checksum
state when a complete copy of a packet is made.  However, it is not
actually necessary to make these copies and all occurrences have
now been removed.  Therefore, we can also remove the workarounds to
deal with these bugs.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/checksum.h