test/nvmf: isolate bdevio and nvmf_tgt cores.
These shouldn't compete for cores. Change-Id: I9793cec0561d7991e603c57d65b0359338dfedce Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/469763 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
5ac814e36c
commit
37152dc56d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user