commit | 1af76ddaa80e3bca8001b535e44aaaebd3e1907e | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Thu Apr 06 09:15:51 2017 +0300 |
committer | Jens Axboe <axboe@fb.com> | Sun Apr 09 13:58:09 2017 -0600 |
tree | f56bc7ce2028ebefc97d1a16e2928bc7a69dba7a | |
parent | 096e9e912ba8c973213e57701e0591e01064be26 [diff] |
nvme-rdma: Fix sqsize wrong assignment based on ctrl MQES capability both our sqsize and the controller MQES cap are a 0 based value, so making it 1 based is wrong. Reported-by: Trapp, Darren <Darren.Trapp@cavium.com> Reported-by: Daniel Verkamp <daniel.verkamp@intel.com> Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>