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 Bruce Allan (1): virtchnl: Whitespace and parenthesis cleanup Harshitha Ramamurthy (1): i40e: add tx_busy to ethtool stats Jacob Keller (6): i40e: calculate ethtool stats size in a separate function i40e: remove duplicate pfc stats i40e: cleanup whitespace for some ethtool stat definitions i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUES i40e: cleanup wording in a header comment i40e: free the skb after clearing the bitlock Jeff Kirsher (1): i40evf: Fix client header define Patryk Małek (1): i40e: Fix recalculation of MSI-X vectors for VMDq Paweł Jabłoński (1): i40evf: Fix a hardware reset support in VF driver .../net/ethernet/intel/i40e/i40e_ethtool.c | 45 ++++++++++--------- drivers/net/ethernet/intel/i40e/i40e_main.c | 36 ++++++++++++--- drivers/net/ethernet/intel/i40e/i40e_ptp.c | 9 +++- drivers/net/ethernet/intel/i40evf/i40evf.h | 1 - .../net/ethernet/intel/i40evf/i40evf_client.h | 6 +-- .../net/ethernet/intel/i40evf/i40evf_main.c | 8 ++-- include/linux/avf/virtchnl.h | 4 +- 7 files changed, 72 insertions(+), 37 deletions(-) -- 2.17.0