Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2018 00:55:33 +0000 (19:55 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2018 00:55:33 +0000 (19:55 -0500)
commitcf19e5e2054f5172c07a152f9e04eb3bae3d86dd
treed88c507fb4bfa94c1e57dc9cedf59076699bc14d
parent9b2c45d479d0fb8647c9e83359df69162b5fbe5f
parenta0073a4b8b5906b2a7eab5e9d4a91759b56bc96f
Merge branch '40GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
40GbE Intel Wired LAN Driver Updates 2018-02-12

This series contains updates to i40e and i40evf.

Alan fixes a spelling mistake in code comments.  Fixes an issue on older
firmware versions or NPAR enabled PFs which do not support the
I40E_FLAG_DISABLE_FW_LLDP flag and would get into a situation where any
attempt to change any priv flag would be forbidden.

Alex got busy with the ITR code and made several cleanups and fixes so
that we can more easily understand what is going on.  The fixes included
a computational fix when determining the register offset, as well as a
fix for unnecessarily toggling the CLEARPBA bit which could lead to
potential lost events if auto-masking is not enabled.

Filip adds a necessary delay to recover after a EMP reset when using
firmware version 4.33.

PaweÅ‚ adds a warning message for MFP devices when the link-down-on-close
flag is set because it may affect other partitions.
====================

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