numam-spdk/test
Richael Zhuang 64bf0a6e8f test/env: fail to build mem_callbacks.c on non-x86
When building spdk on arm64 with --enable-werror, there are error:
"implicit declaration of function ‘rte_eal_init’ ". For X86,
mem_callbacks.c's dependency header file rte_rwlock.h includes
rte_spinlock.h(rte_spinlock.h->rte_lcore.h->rte_eal.h), but for
arm64 and ppc rte_spinlock.h isn't included. So I include ret_eal.h
explicitly here.

Signed-off-by: Richael Zhuang <richael.zhuang@arm.com>
Change-Id: If8859f5272aeb220dc448a312cb0d1c65e149742
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/478570
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2019-12-23 08:44:22 +00:00
..
app app: Add cli options to print SPDK version 2019-11-15 18:25:31 +00:00
bdev bdevperf: Unify the units with perf. 2019-12-19 11:04:39 +00:00
blobfs test/rocksdb: convert test cases to run_test 2019-12-10 17:12:03 +00:00
blobstore test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
common test/common: Set invalid value to CPU core API stubs 2019-12-20 10:05:38 +00:00
compress test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
config_converter rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller 2019-10-10 16:19:56 +00:00
cpp_headers queue_extras: use SPDK_CONTAINEROF 2019-10-07 15:06:01 +00:00
env test/env: fail to build mem_callbacks.c on non-x86 2019-12-23 08:44:22 +00:00
event test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
ftl test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
fuzz test: Shellcheck - correct rule: Double quote array 2019-11-27 07:08:57 +00:00
ioat test/ioat: clean up timing calls. 2019-12-10 17:12:03 +00:00
iscsi_tgt test/iscsi: convert data_digests tests to run_test 2019-12-10 17:12:03 +00:00
json_config test: Shellcheck - correct rule: Expanding an array 2019-11-27 07:08:57 +00:00
lvol test/lvol: use the run_test framework directly 2019-12-10 17:12:03 +00:00
make test: Shellcheck - correct rule: Double quote array 2019-11-27 07:08:57 +00:00
nvme test/nvme: fix wrong exit commands. 2019-12-20 10:07:39 +00:00
nvmf nvmf_example: add an nvmf example 2019-12-20 10:03:34 +00:00
ocf test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
openstack test/openstack: Add possibility to reinstall devstack on required branch 2019-11-07 13:22:50 +00:00
pmem test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
rpc_client test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
spdkcli test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
unit ut/event: Add unit test for reactor.c 2019-12-20 10:05:38 +00:00
vhost test/vhost: convert migration tests to run_test 2019-12-17 14:54:40 +00:00
vmd test/vmd: convert to run_test framework 2019-12-10 17:12:03 +00:00
Makefile jsonrpc-client: add new C client library 2018-10-11 20:07:44 +00:00
spdk_cunit.h test: remove leftover spdk_cunit declaration 2018-07-06 22:47:56 +00:00