+5
−0
+0
−1
+0
−22
+0
−2
+0
−4
Loading
This was a parameter on the nvmf_create_transport RPC, and was replaced with max_io_qpairs_per_ctrlr to reduce confusion on whether this number included the admin queue or not. nvmf_vhost test was using this deprecated parameter. Change it to use -m (max_io_qpairs_per_ctrlr) instead. '-p 4' would have been evaluated as 1 admin queue + 3 I/O queues, but it's likely the intent was for 4 I/O queues. This is a perfect example of why this parameter was deprecated. For reference, this was deprecated in June 2020, commit 1551197d. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I4364fc0a76c9993b376932b6eea243d7cefca9cd Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11543 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>