From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next 00/11][pull request] 40GbE Intel Wired LAN Driver Updates 2018-05-14 Date: Mon, 14 May 2018 14:29:19 -0400 (EDT) Message-ID: <20180514.142919.1478340076259383076.davem@davemloft.net> References: <20180514152747.23154-1-jeffrey.t.kirsher@intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=euc-kr Content-Transfer-Encoding: 8bit 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 ([184.105.139.130]:39802 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751894AbeENS3X (ORCPT ); Mon, 14 May 2018 14:29:23 -0400 In-Reply-To: <20180514152747.23154-1-jeffrey.t.kirsher@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Mon, 14 May 2018 08:27:36 -0700 > This series contains updates to virtchnl, i40e and i40evf. > > Bruce cleans up whitespace and unnecessary parentheses in virtchnl. > > Jake does a number of stat cleanups in the i40e driver, including > cleanup of code indentation, whitespace issues, remove duplicate stats, > fix grammar in code comment and general spring cleaning of the > statistics code. > > Patryk fixes an issue where we recalculate vectors left and vectors > wanted but do not take into account the reduced number of queue pairs > per VSI. > > Harshitha adds tx_busy stat to ethtool stats to track the number of > times we return NETDEV_TX_BUSY to the stack during transmit. > > Paweİİ fixes a potential system crash when unloading the VF driver after > a hardware reset. > > The following are changes since commit 289e1f4e9e4a09c73a1c0152bb93855ea351ccda: > net: ipv4: ipconfig: fix unused variable > and are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE Looks good, pulled, thanks Jeff.