Skip to content

Commit

Permalink
null_blk: add usage hints for no_sched
Browse files Browse the repository at this point in the history
This parameter provide an option to disable io scheduler when nullb*
in multi-queue mode.

Signed-off-by: weiping zhang <zhangweiping@didichuxing.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
weiping zhang authored and Jens Axboe committed Oct 13, 2017
1 parent 23c4490 commit fc18631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/block/null_blk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ use_per_node_hctx=[0/1]: Default: 0

use_lightnvm=[0/1]: Default: 0
Register device with LightNVM. Requires blk-mq and CONFIG_NVM to be enabled.

no_sched=[0/1]: Default: 0
0: nullb* use default blk-mq io scheduler.
1: nullb* doesn't use io scheduler.

0 comments on commit fc18631

Please sign in to comment.