Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ntb: Fix missed call to pci_enable_msix()
Current MSI-X enablement code assumes MSI-Xs were successfully allocated in case less than requested vectors were available. That assumption is wrong, since MSI-Xs should be enabled with a repeated call to pci_enable_msix(). This update fixes this. Signed-off-by: Alexander Gordeev <[email protected]> Signed-off-by: Jon Mason <[email protected]>
- Loading branch information