]> 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)
commit3db713a5580f9a261ca9e2c983002c3e18e56097
tree7780d3c47003479d281c14cd917d0bb4b23ff35b
parent384e8658056470c0c3406d541608b751a8141887
parente535f9ab7f31ce0f32e9d61bcd72b8ef969454f4
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>