]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag set
authorIsrael Rukshin <israelr@mellanox.com>
Wed, 18 Oct 2017 12:38:25 +0000 (12:38 +0000)
committerChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 08:58:54 +0000 (10:58 +0200)
commit95d08b2edd4db6d8eee16b1027b11cadbeb10ca4
tree17b13c51469cc33d8481b53282b17ab223aea929
parentf34292e55d98171bcb8cdff6da63a6cc7506a98f
nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag set

Since commit 3a21ada
"block: get rid of blk-mq default scheduler choice Kconfig entries",
when setting nr_hw_queues to 1 the admin tag set uses mq-deadline scheduler.
This flag is useful for admin queues that aren't used for normal IO.

Signed-off-by: Israel Rukshin <israelr@mellanox.com>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fc.c