commit | b65bb777ef2237030f2802f2263ae9a0108f7acf | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Tue Dec 11 23:38:58 2018 -0800 |
committer | Christoph Hellwig <hch@lst.de> | Thu Dec 13 09:59:10 2018 +0100 |
tree | 2e197bdf13bb28f308b1db3af22b273e9ec7be98 | |
parent | 873946f4b957bf6e6a0351dd5282c73e0c870be9 [diff] |
nvme-rdma: support separate queue maps for read and write llow NVMF_OPT_NR_WRITE_QUEUES to describe additional write queues. In addition, implement .map_queues that will apply 2 queue maps for read and write queue sets. Note that with the separate queue map, HCTX_TYPE_READ will always use nr_io_queues and HCTX_TYPE_DEFAULT will use nr_write_queues. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>