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)
commit94f29d4f7808e3a495fda8c5d337fc4ac4037ce7
treec429a13b28c9c78deb90831e8583e7d5506838ef
parent16772ae6d9221b065607335a9b279375d8d3e2fd
nvme-rdma: 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: 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