Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Thu, 18 Apr 2019 18:25:33 +0000 (11:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Apr 2019 18:25:33 +0000 (11:25 -0700)
commit16111991dbd72407566ac29acf7892cd15c85bd9
tree2dfb1dc4bff02a1c00e0bc68c05763c21dd6f983
parentf9a904efca28bed3b971069398a0c933dd6aaa40
parent711987bbad18e6d5fc5d8ff07c8991700e2ed1b6
Merge branch '100GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
100GbE Intel Wired LAN Driver Updates 2019-04-18

This series contains updates to the ice driver only.

Anirudh fixes up code comments which had typos.  Added support for DCB
into the ice driver, which required a bit of refactoring of the existing
code.  Also fixed a potential race condition between closing and opening
the VSI for a MIB change event, so resolved this by grabbing the
rtnl_lock prior to closing.  Added support to process LLDP MIB change
notifications.  Added support for reporting DCB stats via ethtool.

Brett updates the calculation to increment ITR to use a direct
calculation instead of using estimations.  This provides a more accurate
value.
====================

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