diff options
author | 2014-02-13 15:25:02 +0100 | |
---|---|---|
committer | 2014-02-13 10:45:05 -0700 | |
commit | f7fc32cb2073902b3ee67d036656889ea75ffcb7 (patch) | |
tree | 62966c3e0040e5269bd5a6bb603c7ac247a75e0e /tools/perf/scripts/python | |
parent | PCI/MSI: Fix cut-and-paste errors in documentation (diff) | |
download | wireguard-linux-f7fc32cb2073902b3ee67d036656889ea75ffcb7.tar.xz wireguard-linux-f7fc32cb2073902b3ee67d036656889ea75ffcb7.zip |
PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact()
The new functions are special cases for pci_enable_msi_range() and
pci_enable_msix_range() when a particular number of MSI or MSI-X
is needed.
By contrast with pci_enable_msi_range() and pci_enable_msix_range()
functions, pci_enable_msi_exact() and pci_enable_msix_exact()
return zero in case of success, which indicates MSI or MSI-X
interrupts have been successfully allocated.
Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions