From: Florian Westphal
Date: Wed, 6 Dec 2017 01:04:50 +0100
> Offload IP header checksum to NIC.
>
> This fixes a previous patch which disabled checksum offloading
> for both IPv4 and IPv6 packets. So L3 checksum offload was
> getting disabled for IPv4 pkts. And HW is dropping these pkts
> fo
Offload IP header checksum to NIC.
This fixes a previous patch which disabled checksum offloading
for both IPv4 and IPv6 packets. So L3 checksum offload was
getting disabled for IPv4 pkts. And HW is dropping these pkts
for some reason.
Without this patch, IPv4 TSO appears to be broken:
WIthout