null_blk: add an usage for shared tags in documentation
authorMinwoo Im <minwoo.im.dev@gmail.com>
Tue, 7 Nov 2017 16:25:37 +0000 (09:25 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Nov 2017 16:25:37 +0000 (09:25 -0700)
Add usage explanation for a shared_tags, introduced by commit:

82f402fefa50 ("null_blk: add support for shared tags")

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Reworded slightly.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Documentation/block/null_blk.txt

index fcf7f8487d8eeeaa11f69eeedd196e25784faee9..733927a7b501a5f93b518db8417db181b0e8bbb7 100644 (file)
@@ -77,3 +77,8 @@ use_lightnvm=[0/1]: Default: 0
 no_sched=[0/1]: Default: 0
   0: nullb* use default blk-mq io scheduler.
   1: nullb* doesn't use io scheduler.
+
+shared_tags=[0/1]: Default: 0
+  0: Tag set is not shared.
+  1: Tag set shared between devices for blk-mq. Only makes sense with
+     nr_devices > 1, otherwise there's no tag set to share.