aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKashyap Desai <[email protected]>2021-05-20 20:55:38 +0530
committerMartin K. Petersen <[email protected]>2021-06-02 00:56:17 -0400
commit463429f8dd5c94aae4b0948c56e67eb21cb6964e (patch)
tree18eafe7005302ff720737e0e37a7fd1f1b542738 /tools/perf/scripts/python
parent392bbeb85b2a6f80e3036dfccdf55a1d076bba2c (diff)
scsi: mpi3mr: Add support for threaded ISR
Register driver for threaded interrupts. By default the driver will attempt I/O completion from interrupt context (primary handler). Since the driver tracks per reply queue outstanding I/Os, it will schedule threaded ISR if there are any outstanding I/Os expected on that particular reply queue. Threaded ISR (secondary handler) will loop for I/O completion as long as there are outstanding I/Os (speculative method using same per reply queue outstanding counter) or it has completed some X amount of commands (something like budget). Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Reviewed-by: Hannes Reinecke <[email protected]> Reviewed-by: Tomas Henzl <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Kashyap Desai <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions