]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Oct 2018 22:43:58 +0000 (15:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Oct 2018 22:43:58 +0000 (15:43 -0700)
commit624d4ae2a745db1124fba38c161b84c62494b786
tree58d725f443930a8999a66ccbaba971ac8f8f16c9
parenta38a6a0cb7b95e032d57a0eab75610a56b7442d7
parent04928de72db3236ee32958ef500338a3172f76d7
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
100GbE Intel Wired LAN Driver Updates 2018-10-01

This series contains updates to ice driver only.

Anirudh provides several changes to "prep" the driver for upcoming
features.  Specifically, the functions that are used for PF VSI/netdev
setup will also be used in SR-IOV support and to allow the reuse of
these functions, code needs to move.

Dave provides the only other change in the series, updates the driver to
protect the reset patch in its entirety.  This is done by adding the
various bit checks to determine if a reset is scheduled/initiated and
whether it came from the software or firmware.
====================

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