]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Jun 2020 01:25:20 +0000 (18:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jun 2020 01:25:20 +0000 (18:25 -0700)
commit28498130a15ad409038529daf8374e2982db54bd
tree7780d3c47003479d281c14cd917d0bb4b23ff35b
parent91389329639a5960544cf14c97cbfc2cb8c95c65
parent4761f80b761220673318187882b80c560bc71955
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2020-06-11

This series contains fixes to the iavf driver.

Brett fixes the supported link speeds in the iavf driver, which was only
able to report speeds that the i40e driver supported and was missing the
speeds supported by the ice driver.  In addition, fix how 2.5 and 5.0
GbE speeds are reported.

Alek fixes a enum comparison that was comparing two different enums that
may have different values, so update the comparison to use matching
enums.

Paul increases the time to complete a reset to allow for 128 VFs to
complete a reset.
====================

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