From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH] Revert "net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends" Date: Tue, 19 Jun 2018 17:19:38 -0700 Message-ID: <12e16d24-a2f5-33ef-1826-2371bc39a268@gmail.com> References: <20180615185645.8921-1-malat@debian.org> <87muvqwc06.fsf@concordia.ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Eric Dumazet , linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: Michael Ellerman , Eric Dumazet , Mathieu Malaterre , "David S. Miller" Return-path: In-Reply-To: <87muvqwc06.fsf@concordia.ellerman.id.au> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 06/19/2018 05:13 PM, Michael Ellerman wrote: > Just so I'm clear, this turned out to be a driver/hw problem rather than > the arch csum implementation? Yes, that was a driver bug. I will send an official patch to fix this. You guys will have faster RX, since CHECKSUM_COMPLETE will finally be used up to TCP/UDP stacks.