Re: [PATCH net] net: thunderx: Fix TCP/UDP checksum offload for IPv4 pkts

2017-12-06 Thread David Miller
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

[PATCH net] net: thunderx: Fix TCP/UDP checksum offload for IPv4 pkts

2017-12-05 Thread Florian Westphal
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