diff options
| author | Ming Lei <[email protected]> | 2020-06-30 18:24:56 +0800 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2020-06-30 07:51:48 -0600 |
| commit | 65c763694398a2de63803b264dcf906b47f9d4c1 (patch) | |
| tree | b5047ad8b5963a9933990a2d5bb4f55dabafa099 /tools/perf/scripts/python | |
| parent | 42fdc5e49c2be97db112d410d07044e0e2c7d5bb (diff) | |
blk-mq: pass request queue into get/put budget callback
blk-mq budget is abstract from scsi's device queue depth, and it is
always per-request-queue instead of hctx.
It can be quite absurd to get a budget from one hctx, then dequeue a
request from scheduler queue, and this request may not belong to this
hctx, at least for bfq and deadline.
So fix the mess and always pass request queue to get/put budget
callback.
Signed-off-by: Ming Lei <[email protected]>
Tested-by: Baolin Wang <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Cc: Sagi Grimberg <[email protected]>
Cc: Baolin Wang <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Douglas Anderson <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions