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)
commit4f3ebb04d05fe36f74ef17c6ee06559626d47964
tree23e5f31604b717f3a8f05ec44a8099af87591555
parent4ed591c8ab44e711e56b8e021ffaf4f407c045f5
parent4f4be03bdeb32761f89cec3f2bec5e69dd41bc82
Merge branch '100GbE' of git://git./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>