commit | d75f1306d9464d535007f05e5da0afcf9e3916d9 | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Thu Feb 11 20:49:40 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 12 05:52:15 2016 -0500 |
tree | 6ea2ba7510796abb2605aef6bdbd7f25dfc3d6a1 | |
parent | 179bc67f69b6cb53ad68cfdec5a917c2a2248355 [diff] |
net: udp: always set up for CHECKSUM_PARTIAL offload If the dst device doesn't support it, it'll get fixed up later anyway by validate_xmit_skb(). Also, this allows us to take advantage of LCO to avoid summing the payload multiple times. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>