thread: Use TLS to accelerate thread look upChange-Id: I8136db265c9cb8d61de4845ce6eaff2351b5b597Signed-off-by: Ben Walker <benjamin.walker@intel.com>Reviewed-on: https://review.gerrithub.io/43593
thread: Use TLS to accelerate thread look upChange-Id: I8136db265c9cb8d61de4845ce6eaff2351b5b597Signed-off-by: Ben Walker <benjamin.walker@intel.com>Reviewed-on: https://review.gerrithub.io/435939Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
build: remove duplicate spdk.app.mk includesspdk.unittest.mk includes spdk.app.mk, but some unit testMakefiles include both spdk.unittest.mk and spdk.app.mk,meaning spdk.app.mk gets included twic
build: remove duplicate spdk.app.mk includesspdk.unittest.mk includes spdk.app.mk, but some unit testMakefiles include both spdk.unittest.mk and spdk.app.mk,meaning spdk.app.mk gets included twice. Fix that.This hasn't been an issue because spdk.app.mk currentlyonly includes variables - but no rules.Signed-off-by: Jim Harris <james.r.harris@intel.com>Change-Id: I23d39e8084f79442fb06ae9b5a6a68d6134adff4Reviewed-on: https://review.gerrithub.io/434281Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>Reviewed-by: Ben Walker <benjamin.walker@intel.com>
test/blobfs: Simplify threading in unit testThis will make the conversion to the new threading libraryeasier later on.Change-Id: Ie7358e89128f28080a986e12cd014de7df4752e4Signed-off-by: Ben Walk
test/blobfs: Simplify threading in unit testThis will make the conversion to the new threading libraryeasier later on.Change-Id: Ie7358e89128f28080a986e12cd014de7df4752e4Signed-off-by: Ben Walker <benjamin.walker@intel.com>Reviewed-on: https://review.gerrithub.io/433679Tested-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>Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
test/unit: fix scan-build errors in blobfs testsfix 3 null pointer dereferences.Change-Id: I0f11b8e47b05d0e965cea75d7b064cc2c11645e3Signed-off-by: Seth Howell <seth.howell@intel.com>Reviewed-on
test/unit: fix scan-build errors in blobfs testsfix 3 null pointer dereferences.Change-Id: I0f11b8e47b05d0e965cea75d7b064cc2c11645e3Signed-off-by: Seth Howell <seth.howell@intel.com>Reviewed-on: https://review.gerrithub.io/423942Tested-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>
test: move test_env.c under test/common/libThis file is accessed by files in multiple directories under test.Change-Id: I634481fb58eab5c097aaece5289f88e531954fcbSigned-off-by: Seth Howell <seth.
test: move test_env.c under test/common/libThis file is accessed by files in multiple directories under test.Change-Id: I634481fb58eab5c097aaece5289f88e531954fcbSigned-off-by: Seth Howell <seth.howell@intel.com>Reviewed-on: https://review.gerrithub.io/404976Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>
test/unit: move unittest.sh and dependencies here.All files called directly by the unittest.sh script are now located inthe test/unit directory.Change-Id: I95cfb3d5b7c6ede59d7183c39466f32b7e6766
test/unit: move unittest.sh and dependencies here.All files called directly by the unittest.sh script are now located inthe test/unit directory.Change-Id: I95cfb3d5b7c6ede59d7183c39466f32b7e676643Signed-off-by: Seth Howell <seth.howell@intel.com>Reviewed-on: https://review.gerrithub.io/401717Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>
12