]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
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)
commit6335bdc34d8a6bc91178ed97d0a24af718570457
treedc6abe6a6b553541b75f6ba639d61aebc9222f60
parent08d48e0561e3c69a5b4f8ffa48f6793f810335d9
parentf27cc7615cd1ac74c3a98fd47f1867eff797d185
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>