]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitec2bbc76adac035d5a941695498c7efdd5deec7c
tree952ea5e34d586cd0737215e52b0491b37815ed66
parente2b82fef7c08c85f6bd90a5a397c7c5b128a524d
parenteec7c22dc8b70d1677e32aebd5ee6124a14fd2b5
Merge branch '10GbE' of git://git.kernel.org/pub/scm/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>