commit | b8693877ae016ac525d674d5d7a84ea0ea68ba60 | [log] [tgz] |
---|---|---|
author | Jesse Gross <jesse@nicira.com> | Wed Jan 28 16:32:46 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 28 23:04:15 2015 -0800 |
tree | 7ab9067c1c28bc829336a8d95736303f69d0bdea | |
parent | b8f8be3f043d6dba7d6c3426e4597d2ebf5a3547 [diff] |
openvswitch: Add support for checksums on UDP tunnels. Currently, it isn't possible to request checksums on the outer UDP header of tunnels - the TUNNEL_CSUM flag is ignored. This adds support for requesting that UDP checksums be computed on transmit and properly reported if they are present on receive. Signed-off-by: Jesse Gross <jesse@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>