]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'intel'
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 16:50:14 +0000 (12:50 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 16:50:14 +0000 (12:50 -0400)
commit927964ef4af27b33e7974059ddbbe9f4df3d8954
tree2d3875ece19dab6d8bf7b37d73296aac03875f1b
parent7dce660105972239436de1b2bb72e0d9dc1b4d55
parent3f0d276b6de1f5fdaaad9bc76d9b85ba5d0e8b36
Merge branch 'intel'

Jeff Kirsher says:

====================
This series contains updates to ixgbevf, ixgbe and igb.

Don provides 3 patches for ixgbevf where he cleans up a redundant
read mailbox failure check, adds a new function to wait for receive
queues to be disabled before disabling NAPI, and move the API
negotiation so that it occurs in the reset path.  This will allow
the PF to be informed of the API version earlier.

Jacob provides a ixgbevf and ixgbe patch.  His ixgbevf patch removes
the use of hw_dbg when the ixgbe_get_regs function is called in ethtool.
The ixgbe patch renames the LL_EXTENDED_STATS and some of the functions
required to implement busy polling in order to remove the marketing
"low latency" blurb which hides what the code actually does.

Leonardo provides a ixgbe patch to add support for DCB registers dump
using ethtool for 82599 and x540 ethernet controllers.

I (Jeff) provide a ixgbe patch to cleanup whitespace issues seen in a
code review.

Todd provides for igb to add support for i354 in the ethtool offline
tests.

Laura provides an igb patch to add the ethtool callbacks necessary to
configure the number of RSS queues.
====================

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