]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit5a22e2bf44fb311e5a6bfec6ed5680199d6e162a
tree17b13c51469cc33d8481b53282b17ab223aea929
parent94f29d4f7808e3a495fda8c5d337fc4ac4037ce7
nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag set

Since commit b86dd81
"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