Commit ee15ba45 authored by dongx.yi's avatar dongx.yi Committed by Tomasz Zawadzki
Browse files

test/nvme: Fix confliction of core 0.



Reset core mask is 0x1 and stub core mask is 0xF.
Avoid to use core 0 both apps.

Fixes issue #1134.

Signed-off-by: default avatardongx.yi <dongx.yi@intel.com>
Change-Id: Ic423ec03896e38cf748929e458922f73dd2a7241
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/479771


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent a8284153
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ if [ $(uname) = Linux ]; then
fi

if [ $(uname) = Linux ]; then
	start_stub "-s 4096 -i 0 -m 0xF"
	start_stub "-s 4096 -i 0 -m 0xE"
	trap "kill_stub -9; exit 1" SIGINT SIGTERM EXIT
fi