]> 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)
commitab75ce4e833f89c4e11d3d9f6d47eb2f966af0ee
tree23e5f31604b717f3a8f05ec44a8099af87591555
parent56ee34e694bd12b7bb9ec13269bd4cd9c4699325
parent1cef6b4bcb4430fe3b300e13866a414881012b67
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>