From: David S. Miller Date: Wed, 7 Dec 2016 15:59:27 +0000 (-0500) Subject: Merge branch 'bnxt_en-RDMA' X-Git-Tag: v4.10-rc1~202^2~62 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d3243aef98d25f5a303e8b57099a2bc9181b865e;p=uclinux-h8%2Flinux.git 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 --- d3243aef98d25f5a303e8b57099a2bc9181b865e