Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netdev-linux: Favour inner packet for multi-encapsulated TSO.
Previously if an OVS configuration nested multiple layers of UDP tunnels like VXLAN or GENEVE on top of each other through netdev-linux interfaces, the vnet header would be incorrectly set to the outermost UDP tunnel layer instead of the intermediary tunnel layer. This resulted in the middle UDP tunnel not checksum offloading properly. Fixes: 3337e6d ("userspace: Enable L4 checksum offloading by default.") Reported-by: David Marchand <[email protected]> Signed-off-by: Mike Pattrick <[email protected]>
- Loading branch information