projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23c4490
)
null_blk: add usage hints for no_sched
author
weiping zhang
<zhangweiping@didichuxing.com>
Fri, 13 Oct 2017 16:26:54 +0000
(
00:26
+0800)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 13 Oct 2017 16:52:39 +0000
(10:52 -0600)
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>
Documentation/block/null_blk.txt
patch
|
blob
|
history
diff --git
a/Documentation/block/null_blk.txt
b/Documentation/block/null_blk.txt
index 1f8d92c704585e988a222518ad316100f4e5b088..b7161c8e70f2e76c6cc792cca337deea6415ade2 100644
(file)
--- a/
Documentation/block/null_blk.txt
+++ b/
Documentation/block/null_blk.txt
@@
-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.