Merge branch 'mlx4-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 13 Nov 2014 20:16:28 +0000 (15:16 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Nov 2014 20:16:28 +0000 (15:16 -0500)
Or Gerlitz says:

====================
mlx4: Flexible (asymmetric) allocation of EQs and MSI-X vectors

This series from Matan Barak is built as follows:

The 1st two patches fix small bugs w.r.t firmware spec. Next
are two patches which do more re-factoring of the init/fini flow
and a patch that adds support for the QUERY_FUNC firmware command,
these are all pre-steps for the major patch of the series. In this
patch (#6) we change the order of talking/querying the firmware
and enabling SRIOV. This allows to remote worst-case assumption
w.r.t the number of available MSI-X vectors and EQs per function.

The last patch easily enjoys this ordering change, to enable
supports > 64 VFs over a firmware that allows for that.
====================

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

Trivial merge