From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net 0/7][pull request] Intel Wired LAN Driver Fixes 2018-10-24 Date: Wed, 24 Oct 2018 16:28:32 -0700 (PDT) Message-ID: <20181024.162832.1948416574300248366.davem@davemloft.net> References: <20181024214731.26036-1-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 To: jeffrey.t.kirsher@intel.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:43248 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726236AbeJYH7j (ORCPT ); Thu, 25 Oct 2018 03:59:39 -0400 In-Reply-To: <20181024214731.26036-1-jeffrey.t.kirsher@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Wed, 24 Oct 2018 14:47:24 -0700 > This series contains fixes for the ice driver. > > Anirudh fixes a namespace issue which was introduced with a previous > patch to remove ice_netpoll. Fixed up the device ID define names to > align with the branding string names. Use the capability count returned > by the firmware, instead of calculating the count. Introduced driver > workarounds due to current firmware limitations. Fixed the queue > mapping for a VF, which needs to be set in the config and scatter queue > modes. Fixed the driver which is setup to handle link status events > (LSE), even though the firmware does not have this feature yet, so add > the ability to poll for link status changes while we wait for updated > firmware. > > The following are changes since commit 44adbac8f7217040be97928cd19998259d9d4418: > Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs > and are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 100GbE Pulled, thanks Jeff.