]> 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)
commit2547f19d491a43166e231e43dd028ac25aceff04
tree17b13c51469cc33d8481b53282b17ab223aea929
parent2ca7f8420545bede0d0c1cff8563924d1d1914b7
nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag set

Since commit 3175d21
"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