Merge branch 'ixgbe'
authorDavid S. Miller <davem@davemloft.net>
Sat, 18 Jan 2014 02:38:13 +0000 (18:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jan 2014 02:38:13 +0000 (18:38 -0800)
Aaron Brown says:

====================
Intel Wired LAN Driver Updates

This series contains updates to ixgbe Ethan Zhao.  The first one replaces
the magic number "63" with a macro, IXGBE_MAX_VFS_DRV_LIMIT, the second
moves the call to set driver_max_VFS to before SRIOV is enabled.

The code of these patches match the v3 (1/2) and v2 (2/2) versions sent
to the e1000-devel and netdev mailing lists.  The intermediate versions
(v4, v5) are from sorting out style issues, mostly tabs to spaces and
split lines probably introduced via mailer.
====================

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

Trivial merge