[PATCH net-next 0/2] Use pci_enable_msix_range() instead of pci_enable_msix()

2014-04-25 Thread Alexander Gordeev
Hello, The series completes converison of network drivers to the new MSI initialization API. As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or

[PATCH net-next 0/2] Use pci_enable_msix_range() instead of pci_enable_msix()

2014-04-25 Thread Alexander Gordeev
Hello, The series completes converison of network drivers to the new MSI initialization API. As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or