On Wed, Dec 07, 2016 at 12:26:14AM -0500, Michael Chan wrote: > 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.
Please switch form pci_enable_msix to pci_alloc_irq_vectors for any changes to MSI-X code, thanks!