datapath: Use HAVE_PROTO_DATA_VALID when defining vswitch_skb_checksum_setup
authorIan Campbell <Ian.Campbell@citrix.com>
Thu, 19 Nov 2009 18:20:49 +0000 (10:20 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Nov 2009 18:25:57 +0000 (10:25 -0800)
The purpose of the non-empty variant of vswitch_skb_checksum_setup is to
synchronise the proto_data_valid and proto_csum_blank fields into the
standard skb csum/ip_summed fields, therefore it is more correct to key
off of HAVE_PROTO_DATA_VALID.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

No differences found