Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:19:20 +0000 (17:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:19:20 +0000 (17:19 -0700)
commit75d67207bf4e282e37a20c490991c15b686a480e
tree952ea5e34d586cd0737215e52b0491b37815ed66
parent484387c9a2d8cb4d21752b6dded10a43c7c22363
parent57ca2a4fed520ee85a8fe809ff1947ec7c25aec9
Merge branch '10GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
10GbE Intel Wired LAN Driver Updates 2016-08-18

This series contains updates to ixgbe and ixgbevf.

Emil cleans up confusing amongst the users by making an error message
into a debug message, since the TXDCTL.ENABLE (and comparable
VFTXDCTL.ENABLE for ixgbevf) bit is set only when the
transmit queue is actually enabled, which may not happen during the
configure phase eve if we waited for it.  Converts to using netdev_dbg()
macro instead of our home brewed macro for ixgbevf.  Converted the
service task to use atomic bitwise operations when setting and checking
reset requests to reduce the possibility of race conditions.
====================

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