commit | 14f1f724355206dea1cf3f23ee87993bfd47c70c | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Fri Feb 19 11:26:24 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 21 22:05:49 2016 -0500 |
tree | 4deb195f0f79cd1184b0528a480f8a9d2b1ce4a5 | |
parent | 417b7ca44427ab8ddaa65eece094edf5e1404586 [diff] |
GENEVE: Support outer IPv4 Tx checksums by default This change makes it so that if UDP CSUM is not specified we will default to enabling it. The main motivation behind this is the fact that with the use of outer checksum we can greatly improve the performance for GENEVE tunnels on hardware that doesn't know how to parse them. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Acked-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>