]> 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>
Wed, 24 Oct 2018 23:27:33 +0000 (16:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Oct 2018 23:27:33 +0000 (16:27 -0700)
commit85676fe39c2d7bf9fcd767266f9f9f4dede4c8f3
tree23e5f31604b717f3a8f05ec44a8099af87591555
parent6ccb15eaaab74c1a660cb441c82363883c6588b7
parent4448be3c18fdefcff11abbafcd64431220b9eac1
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Fixes 2018-10-24

This series contains fixes for the ice driver.

Anirudh fixes a namespace issue which was introduced with a previous
patch to remove ice_netpoll.  Fixed up the device ID define names to
align with the branding string names.  Use the capability count returned
by the firmware, instead of calculating the count.  Introduced driver
workarounds due to current firmware limitations.  Fixed the queue
mapping for a VF, which needs to be set in the config and scatter queue
modes.  Fixed the driver which is setup to handle link status events
(LSE), even though the firmware does not have this feature yet, so add
the ability to poll for link status changes while we wait for updated
firmware.
====================

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