]> 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)
commitd7baf9e3d835c8402336d823b31d30fbbaed7fea
tree58d725f443930a8999a66ccbaba971ac8f8f16c9
parentdac513fb1c684c5d1766971461a34f9460ae1dcd
parent645e314e9c37e1a0dea826e3652d78d9dac45268
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>