commit | 330f6b8a70771f0b059b7bcbc9a28d8023235b55 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Tue Dec 11 23:38:56 2018 -0800 |
committer | Christoph Hellwig <hch@lst.de> | Thu Dec 13 09:59:09 2018 +0100 |
tree | efb4989d559dc3ea7bd96ba2ddeb6f962bd77403 | |
parent | fa9a1811e094658e53b0c82b6ce0431c4c54fc1b [diff] |
nvme-fabrics: allow user to set nr_write_queues for separate queue maps This argument will specify how many I/O queues will be connected in create_ctrl in addition to nr_io_queues. With this configuration, I/O that carries payload from the host to the target, will use the default hctx queue map, and I/O that involves target to host transfers will use the read hctx queue map. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>