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 <[email protected]> Cc: Jesse Brandeburg <[email protected]> Cc: Shahed Shaikh <[email protected]> Cc: Linux NICS <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] 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 ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
