commit | 6ceb31ca5f65acff299dbc3da5854d54e147b7d8 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Fri Feb 19 11:26:31 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 21 22:05:50 2016 -0500 |
tree | 889175291bb173b738b2a3341c96d895c7c0c991 | |
parent | 14f1f724355206dea1cf3f23ee87993bfd47c70c [diff] |
VXLAN: 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 VXLAN tunnels on devices that don't know how to parse tunnel headers. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Acked-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>