]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 May 2018 18:28:59 +0000 (14:28 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 May 2018 18:28:59 +0000 (14:28 -0400)
commit23548dab5675959c090af36cbbaa4be6aab9fe2b
treedc6abe6a6b553541b75f6ba639d61aebc9222f60
parent42b956fdc81a84909932df8fc605490ef577bb3f
parent27392e57189e6e6f77e78fe9aeb3a2c7e2ccbdf4
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
40GbE Intel Wired LAN Driver Updates 2018-05-14

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>