diff options
author | Alexander Gordeev <[email protected]> | 2014-03-04 16:22:00 +0100 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2014-03-13 14:56:39 -0600 |
commit | be577fabf3ec2c9593f4d3c044283be783b88c3b (patch) | |
tree | 2056b692d20e414758e3a75fae110ef245da641e /tools/perf/scripts/python | |
parent | 371ff93a72a1aa14773e2e17548796db8c004a6c (diff) |
nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
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.
Signed-off-by: Alexander Gordeev <[email protected]>
Cc: Keith Busch <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: [email protected]
Cc: [email protected]
Reviewed-by: Keith Busch <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions