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 pci_enable_msi_exact() and pci_enable_msix_range() or pci_enable_msix_exact() interfaces. Thanks! Cc: Mitch Williams <mitch.a.williams@xxxxxxxxx> Cc: Jesse Brandeburg <jesse.brandeburg@xxxxxxxxx> Cc: Shahed Shaikh <shahed.shaikh@xxxxxxxxxx> Cc: Linux NICS <linux.nics@xxxxxxxxx> Cc: e1000-devel@xxxxxxxxxxxxxxxxxxxxx Cc: Dept-HSGLinuxNICDev@xxxxxxxxxx Cc: netdev@xxxxxxxxxxxxxxx Cc: linux-pci@xxxxxxxxxxxxxxx Alexander Gordeev (2): i40evf: Use pci_enable_msix_range() instead of pci_enable_msix() qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix() drivers/net/ethernet/intel/i40evf/i40evf_main.c | 31 ++++++++-------------- drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 4 +- 2 files changed, 13 insertions(+), 22 deletions(-) -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html