[PATCH v3 3/3] ARM: mvebu: disable IP checksum with jumbo frames for Armada 370

2015-06-30 Thread Simon Guinot
The Ethernet controller found in the Armada 370, 380 and 385 SoCs don't support TCP/IP checksumming with frame sizes larger than 1600 bytes. This patch fixes the issue by disabling the features NETIF_F_IP_CSUM and NETIF_F_TSO for the Armada 370 and compatibles SoCs when the MTU is set to a value

Re: [PATCH v3 3/3] ARM: mvebu: disable IP checksum with jumbo frames for Armada 370

2015-06-30 Thread Thomas Petazzoni
Dear Simon Guinot, On Tue, 30 Jun 2015 16:05:49 +0200, Simon Guinot wrote: The Ethernet controller found in the Armada 370, 380 and 385 SoCs don't support TCP/IP checksumming with frame sizes larger than 1600 bytes. This patch fixes the issue by disabling the features NETIF_F_IP_CSUM and