]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita35e7df3f577bfe9f409ecdad46881db0e269755
treedab5e1f7d8ceb43e1e50a36e145a03d6ca1db1e7
parent50aad4fba333a1cc14ecc12baab0c0c09afafe1b
parent4db0054e6fadf621b7db3187dfe7cb0b00405897
Merge branch '100GbE' of git://git.kernel.org/pub/scm/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>