commit | 873946f4b957bf6e6a0351dd5282c73e0c870be9 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Tue Dec 11 23:38:57 2018 -0800 |
committer | Christoph Hellwig <hch@lst.de> | Thu Dec 13 09:59:09 2018 +0100 |
tree | 36fbf42c38a9dad867be1e8c8afacee5be6aba8f | |
parent | 330f6b8a70771f0b059b7bcbc9a28d8023235b55 [diff] |
nvme-tcp: support separate queue maps for read and write Allow 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>