]> git.baikalelectronics.ru Git - kernel.git/commit
null_blk: multi queue aware block test driver
authorJens Axboe <axboe@kernel.dk>
Fri, 25 Oct 2013 10:52:25 +0000 (11:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Oct 2013 10:56:00 +0000 (11:56 +0100)
commit481abaabe4f4c372a2fbd973853019becbf32605
tree9228633ee420cf4b828270be589898707e777943
parent2f15d0baf501373101f88df5a88bc0d860afb524
null_blk: multi queue aware block test driver

A driver that simply completes IO it receives, it does no
transfers. Written to fascilitate testing of the blk-mq code.
It supports various module options to use either bio queueing,
rq queueing, or mq mode.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/Kconfig
drivers/block/Makefile
drivers/block/null_blk.c [new file with mode: 0644]