diff options
| author | Jens Axboe <[email protected]> | 2018-10-29 13:13:29 -0600 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2018-11-07 13:44:59 -0700 |
| commit | f31967f0e455d08d3ea1d2f849bf62dafc92dbf4 (patch) | |
| tree | 22fbc79b5ba286e2add8f995a8cfa9f211200192 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | f9afca4d367b8c915f28d29fcaba7460640403ff (diff) | |
blk-mq: allow software queue to map to multiple hardware queues
The mapping used to be dependent on just the CPU location, but
now it's a tuple of (type, cpu) instead. This is a prep patch
for allowing a single software queue to map to multiple hardware
queues. No functional changes in this patch.
This changes the software queue count to an unsigned short
to save a bit of space. We can still support 64K-1 CPUs,
which should be enough. Add a check to catch a wrap.
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Keith Busch <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions