From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net v2] net: thunderx: Fix TCP/UDP checksum offload for IPv6 pkts Date: Fri, 24 Nov 2017 03:39:36 +0900 (KST) Message-ID: <20171124.033936.1934188261920003091.davem@davemloft.net> References: <20171123144158.26111-1-aleksey.makarov@auriga.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Sunil.Goutham@cavium.com, rric@kernel.org, fw@strlen.de, eric.dumazet@gmail.com, aleksey.makarov@cavium.com, sgoutham@cavium.com, linux-arm-kernel@lists.infradead.org To: aleksey.makarov@auriga.com Return-path: In-Reply-To: <20171123144158.26111-1-aleksey.makarov@auriga.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Aleksey Makarov Date: Thu, 23 Nov 2017 17:41:56 +0300 > From: Sunil Goutham > > Don't offload IP header checksum to NIC. > > This fixes a previous patch which enabled checksum offloading > for both IPv4 and IPv6 packets. So L3 checksum offload was > getting enabled for IPv6 pkts. And HW is dropping these pkts > as it assumes the pkt is IPv4 when IP csum offload is set > in the SQ descriptor. > > Fixes: bbbb494fd005 ("net: thunderx: Enable TSO and checksum offloads for ipv6") This fixes tag contains an invalid GIT SHA1-ID. Please fix this up.