Merge branch 'bnxt_en-RDMA'
authorDavid S. Miller <davem@davemloft.net>
Wed, 7 Dec 2016 15:59:27 +0000 (10:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Dec 2016 15:59:27 +0000 (10:59 -0500)
commitd3243aef98d25f5a303e8b57099a2bc9181b865e
tree60dc4e619936c7c13b9b4f9c059b272c81e6ab06
parent5b8e2f61b9df529ca4af057daf7bfb1de348bdf1
parenta588e4580a7ecb715dab8bf09725b97aa0e0e3a0
Merge branch 'bnxt_en-RDMA'

Michael Chan says:

====================
bnxt_en: Add interface to support RDMA driver.

This series adds an interface to support a brand new RDMA driver bnxt_re.
The first step is to re-arrange some code so that pci_enable_msix() can
be called during pci probe.  The purpose is to allow the RDMA driver to
initialize and stay initialized whether the netdev is up or down.

Then we make some changes to VF resource allocation so that there is
enough resources to support RDMA.

Finally the last patch adds a simple interface to allow the RDMA driver to
probe and register itself with any bnxt_en devices that support RDMA.
Once registered, the RDMA driver can request MSIX, send fw messages, and
receive some notifications.

v2: Fixed kbuild test robot warnings.

David, please consider this series for net-next.  Thanks.
====================

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