Merge branch 'master' into next
[openvswitch] / datapath / linux-2.6 / compat-2.6 / include / linux / skbuff.h
index d8205c6a24408383bee5b8833879e8bfd1197ce8..d9f043ac6442960e8f5841b06dd070b1881a86da 100644 (file)
@@ -113,9 +113,7 @@ static inline void kfree_skb_maybe_null(struct sk_buff *skb)
 
 
 #ifndef CHECKSUM_PARTIAL
-/* Note that CHECKSUM_PARTIAL is not implemented, but this allows us to at
- * least test against it: see update_csum() in forward.c. */
-#define CHECKSUM_PARTIAL 3
+#define CHECKSUM_PARTIAL CHECKSUM_HW
 #endif
 #ifndef CHECKSUM_COMPLETE
 #define CHECKSUM_COMPLETE CHECKSUM_HW