]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag set
authorIsrael Rukshin <israelr@mellanox.com>
Wed, 18 Oct 2017 12:38:24 +0000 (12:38 +0000)
committerChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 08:58:53 +0000 (10:58 +0200)
commit2ca7f8420545bede0d0c1cff8563924d1d1914b7
treec429a13b28c9c78deb90831e8583e7d5506838ef
parent92362953473e611411514646deeec1fdaa5b9115
nvme-rdma: 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: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/rdma.c