diff options
| author | John Garry <[email protected]> | 2020-08-19 23:20:26 +0800 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2020-09-03 15:20:47 -0600 |
| commit | bccf5e26d99c28980bd6ced474422a1b18402263 (patch) | |
| tree | 27af81c6aa730aea28de03b248624a55e6972563 /tools/perf/scripts/python/bin | |
| parent | a0235d230f3245aa4bd70b514d5effb24be61acd (diff) | |
blk-mq: Record nr_active_requests per queue for when using shared sbitmap
The per-hctx nr_active value can no longer be used to fairly assign a share
of tag depth per request queue for when using a shared sbitmap, as it does
not consider that the tags are shared tags over all hctx's.
For this case, record the nr_active_requests per request_queue, and make
the judgement based on that value.
Co-developed-with: Kashyap Desai <[email protected]>
Signed-off-by: John Garry <[email protected]>
Tested-by: Don Brace<[email protected]> #SCSI resv cmds patches used
Tested-by: Douglas Gilbert <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions