diff options
author | 2017-09-11 16:16:53 -0700 | |
---|---|---|
committer | 2017-09-25 08:56:05 -0600 | |
commit | deb61742e060d4447712598bc11bb50f8b2e51dd (patch) | |
tree | 92bdcc22e8420ae9e0f551bc9db728c97897c555 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nvme-fc: use transport-specific sgl format (diff) | |
download | wireguard-linux-deb61742e060d4447712598bc11bb50f8b2e51dd.tar.xz wireguard-linux-deb61742e060d4447712598bc11bb50f8b2e51dd.zip |
nvmet-fc: fix failing max io queue connections
fc transport is treating NVMET_NR_QUEUES as maximum queue count, e.g.
admin queue plus NVMET_NR_QUEUES-1 io queues. But NVMET_NR_QUEUES is
the number of io queues, so maximum queue count is really
NVMET_NR_QUEUES+1.
Fix the handling in the target fc transport
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions