提交 6c8ab698 编写于 作者: A Asai Thambi S P 提交者: Jens Axboe

mtip32xx: Set block queue boundary variables

Set the following block queue boundary variables
	* max_hw_sectors
	* max_segment_size
Signed-off-by: NAsai Thambi S P <asamymuthupa@micron.com>

Removed setting of q->nr_requests.
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 d02e1f0a
......@@ -3633,7 +3633,10 @@ static int mtip_block_initialize(struct driver_data *dd)
set_bit(QUEUE_FLAG_NONROT, &dd->queue->queue_flags);
blk_queue_max_segments(dd->queue, MTIP_MAX_SG);
blk_queue_physical_block_size(dd->queue, 4096);
blk_queue_max_hw_sectors(dd->queue, 0xffff);
blk_queue_max_segment_size(dd->queue, 0x400000);
blk_queue_io_min(dd->queue, 4096);
/*
* write back cache is not supported in the device. FUA depends on
* write back cache support, hence setting flush support to zero.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册