diff options
author | Ming Lei <[email protected]> | 2018-07-10 09:03:31 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2018-07-17 16:04:00 -0600 |
commit | 6ce3dd6eec114930cf2035a8bcb1e80477ed79a8 (patch) | |
tree | 6eed5c8628772b9d52db0324593e71eae13aa1b8 /tools/perf/scripts/python/powerpc-hcalls.py | |
parent | 71e9690b59e7349156025a514c29c29ef55b0175 (diff) |
blk-mq: issue directly if hw queue isn't busy in case of 'none'
In case of 'none' io scheduler, when hw queue isn't busy, it isn't
necessary to enqueue request to sw queue and dequeue it from
sw queue because request may be submitted to hw queue asap without
extra cost, meantime there shouldn't be much request in sw queue,
and we don't need to worry about effect on IO merge.
There are still some single hw queue SCSI HBAs(HPSA, megaraid_sas, ...)
which may connect high performance devices, so 'none' is often required
for obtaining good performance.
This patch improves IOPS and decreases CPU unilization on megaraid_sas,
per Kashyap's test.
Cc: Kashyap Desai <[email protected]>
Cc: Laurence Oberman <[email protected]>
Cc: Omar Sandoval <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Bart Van Assche <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Reported-by: Kashyap Desai <[email protected]>
Tested-by: Kashyap Desai <[email protected]>
Signed-off-by: Ming Lei <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions