Skip to content

Commit

Permalink
null_blk: update usage hints for submit_queues
Browse files Browse the repository at this point in the history
update the range of submits_queues, and correct usage hints.

Signed-off-by: weiping zhang <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
weiping zhang authored and axboe committed Oct 13, 2017
1 parent cdd094f commit 23c4490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/block/null_blk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ irqmode=[0-2]: Default: 1-Soft-irq
completion_nsec=[ns]: Default: 10.000ns
Combined with irqmode=2 (timer). The time each completion event must wait.

submit_queues=[0..nr_cpus]:
submit_queues=[1..nr_cpus]:
The number of submission queues attached to the device driver. If unset, it
defaults to 1 on single-queue and bio-based instances. For multi-queue,
it is ignored when use_per_node_hctx module parameter is 1.
defaults to 1. For multi-queue, it is ignored when use_per_node_hctx module
parameter is 1.

hw_queue_depth=[0..qdepth]: Default: 64
The hardware queue depth of the device.
Expand Down

0 comments on commit 23c4490

Please sign in to comment.