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)
commit64bb7e9949c03bff9463c40bfa740f611fb5500d
tree6a4651e46bf83c8b6c2404ca1e0890c23511b81b
parent9cf5476bfda3c2f1d5712d7bf09b3dad91fc2f2d
parentde966c5928026b100a989c8cef761d306310a184
Merge branch 'mlx4-next'

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>