aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorJim Harris <[email protected]>2017-05-02 07:20:59 -0700
committerGreg Kroah-Hartman <[email protected]>2017-05-18 16:59:06 +0200
commitacec09e67dc450d09a912735855326c3f1146a37 (patch)
treed723684cdea22ba17f66c3c41f09fe1f72de7724 /tools/perf/scripts/python/check-perf-trace.py
parent98e959d44bcaac70c3056578122b5ce777ff42f0 (diff)
uio/uio_pci_generic: don't fail probe if pdev->irq == NULL
Some userspace drivers and frameworks only poll and do not require interrupts to be available and enabled on the PCI device. So remove the requirement that an IRQ is assigned. If an IRQ is not assigned and a userspace driver tries to read()/write(), the generic uio framework will just return -EIO. This allows binding uio_pci_generic to devices which cannot get an IRQ assigned, such as an NVMe controller behind Intel Volume Management Device (VMD), since VMD does not support INTx interrupts. Signed-off-by: Jim Harris <[email protected]> Acked-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions