Commit 37152dc5 authored by Seth Howell's avatar Seth Howell Committed by Jim Harris
Browse files

test/nvmf: isolate bdevio and nvmf_tgt cores.



These shouldn't compete for cores.

Change-Id: I9793cec0561d7991e603c57d65b0359338dfedce
Signed-off-by: default avatarSeth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/469763


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent 5ac814e3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@ rpc_py="$rootdir/scripts/rpc.py"

timing_enter bdevio
nvmftestinit
nvmfappstart "-m 0xF"
# Don't use cores 0 - 2 to avoid overlap with bdevio.
nvmfappstart "-m 0x78"

$rpc_py nvmf_create_transport $NVMF_TRANSPORT_OPTS -u 8192
$rpc_py bdev_malloc_create $MALLOC_BDEV_SIZE $MALLOC_BLOCK_SIZE -b Malloc0