From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net 0/3][pull request] Intel Wired LAN Driver Updates 2015-01-06 Date: Tue, 06 Jan 2015 13:31:00 -0500 (EST) Message-ID: <20150106.133100.288261701715995100.davem@davemloft.net> References: <1420533864-13125-1-git-send-email-jeffrey.t.kirsher@intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com To: jeffrey.t.kirsher@intel.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:52308 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932423AbbAFSbC (ORCPT ); Tue, 6 Jan 2015 13:31:02 -0500 In-Reply-To: <1420533864-13125-1-git-send-email-jeffrey.t.kirsher@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Tue, 6 Jan 2015 00:44:21 -0800 > This series contains fixes to i40e only. > > Jesse provides a fix for when the driver was polling with interrupts > disabled the hardware would occasionally not write back descriptors. > His fix causes the driver to detect this situation and force an interrupt > to fire which will flush the stuck descriptor. > > Anjali provides a couple of fixes, the first corrects an issue where > the receive port checksum error counter was incrementing incorrectly with > UDP encapsulated tunneled traffic. The second fix resolves an issue where > the driver was examining the outer protocol layer to set the inner protocol > layer checksum offload. In the case of TCP over IPv6 over an IPv4 based > VXLAN, the inner checksum offloads would be set to look for IPv4/UDP > instead of IPv6/TCP, so fixed the issue so that the driver will look at > the proper layer for encapsulation offload settings. Not pulled, waiting for a respin with the fix for patch #1, thanks.