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: dongx.yi <dongx.yi@intel.com>
Change-Id: Ic423ec03896e38cf748929e458922f73dd2a7241
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/479771
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
dongx.yi 2020-01-09 07:06:47 -05:00 committed by Tomasz Zawadzki
parent a828415390
commit ee15ba45fb

View File

@ -105,7 +105,7 @@ if [ $(uname) = Linux ]; then
fi fi
if [ $(uname) = Linux ]; then 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 trap "kill_stub -9; exit 1" SIGINT SIGTERM EXIT
fi fi