Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Feb 2020 00:38:16 +0000 (16:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Feb 2020 00:38:16 +0000 (16:38 -0800)
commitfca07a937a27e720df7310bc5e68a11e5d2ff3c5
treedab5e1f7d8ceb43e1e50a36e145a03d6ca1db1e7
parent303d0403b8c25e994e4a6e45389e173cf8706fb5
parentc54d209c78b8a3d0a75e710993833ebe1eb3273b
Merge branch '100GbE' of git://git./linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2020-02-19

This series contains fixes to the ice driver.

Brett fixes an issue where if a user sets an odd [tx|rx]-usecs value
through ethtool, the request is denied because the hardware is set to
have an ITR with 2us granularity.  Also fix an issue where the VF has
not been completely removed/reset after being unbound from the host
driver, so resolve this by waiting for the VF remove/reset process to
happen before checking if the VF is disabled.

Michal fixes an issue, where when the user changes flow control via
ethtool, the OS is told the link is going down when that may not be the
case.  Before the fix, the only way to get out of this state was to take
the interface down and up again.
====================

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