perf_adq: Increase number of io queues per namespace.

Increase this -P(num-qpairs) value a bit to make the test run more stable.

Fixes #2539

Change-Id: If38281ab490a53387fd97d7a63d0413d5bd4c191
Signed-off-by: wanghailiangx <hailiangx.e.wang@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12859
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
wanghailiangx 2022-06-01 21:47:02 -04:00 committed by Tomasz Zawadzki
parent 89c939e0a6
commit 617a7303f5

View File

@ -151,9 +151,9 @@ pre_conf_for_adq
traffic_classes
start_nvmf_target 0xF
sleep 2
# The number of I/O connections from initiator is the core count * qpairs per ns, so here its 6.
# ADQ on target side will work if 6 connections are matched to two out of four cores on the target.
$perf -q 64 -o 4096 -w randread -t 15 -P 2 -c 0x70 \
# The number of I/O connections from initiator is the core count * qpairs per ns, so here its 12.
# ADQ on target side will work if 12 connections are matched to two out of four cores on the target.
$perf -q 64 -o 4096 -w randread -t 15 -P 4 -c 0x70 \
-r "trtype:${TEST_TRANSPORT} adrfam:IPv4 traddr:${NVMF_FIRST_TARGET_IP} trsvcid:${NVMF_PORT} \
subnqn:nqn.2016-06.io.spdk:cnode1" &
perfpid=$!