Re: [PATCH V2 07/20] blk-mq-sched: introduce blk_mq_sched_queue_depth()

2017-08-22 Thread Bart Van Assche
On Sat, 2017-08-05 at 14:56 +0800, Ming Lei wrote: > The following patch will propose some hints to figure out > default queue depth for scheduler queue, so introduce helper > of blk_mq_sched_queue_depth() for this purpose. Reviewed-by: Bart Van Assche

[PATCH V2 07/20] blk-mq-sched: introduce blk_mq_sched_queue_depth()

2017-08-05 Thread Ming Lei
The following patch will propose some hints to figure out default queue depth for scheduler queue, so introduce helper of blk_mq_sched_queue_depth() for this purpose. Reviewed-by: Christoph Hellwig Signed-off-by: Ming Lei --- block/blk-mq-sched.c | 8 +---