The internal vhost library is used when DPDK's version is older than 19.05 and the experiemntal vhost nvme target. For the CONFIG_INTERNAL_VHOST_LIB option, SPDK doesn't enable this option by default over one year and CI doesn't cover it either, so we may remove it with this release. As for the vhost-nvme target, since we are developing a new vfio-user target solution, it's OK for us to remove it now. Change-Id: Ib2cce1db99cd09754307c2828b3187f2d4550304 Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4562 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
35 lines
959 B
Plaintext
35 lines
959 B
Plaintext
# Not configured to test vtune.
|
|
lib/bdev/vtune
|
|
|
|
# Not configured to test rocksdb env file
|
|
lib/rocksdb/env_spdk.cc
|
|
|
|
# Not configured to test FC
|
|
lib/nvmf/fc
|
|
lib/nvmf/fc_ls
|
|
test/unit/lib/nvmf/fc.c/fc_ut
|
|
test/unit/lib/nvmf/fc_ls.c/fc_ls_ut
|
|
|
|
# Not configured for Neon testing
|
|
lib/util/base64_neon
|
|
|
|
# Not configured for mlx5 dv testing
|
|
lib/rdma/rdma_mlx5_dv
|
|
|
|
# These files all represent c files that are only compiled by direct inclusion in other files.
|
|
test/common/lib/test_env
|
|
test/common/lib/test_sock
|
|
test/common/lib/ut_multithread
|
|
test/common/lib/test_rdma
|
|
test/unit/lib/blob/bs_dev_common
|
|
test/unit/lib/blob/bs_scheduler
|
|
test/unit/lib/ftl/common/utils
|
|
test/unit/lib/iscsi/common
|
|
test/unit/lib/json_mock
|
|
test/unit/lib/sock/uring.c/uring_ut
|
|
|
|
# These files are in the external_code directory which doesn't get compiled with SPDK.
|
|
test/external_code/hello_world/hello_bdev
|
|
test/external_code/passthru/vbdev_passthru
|
|
test/external_code/passthru/vbdev_passthru_rpc
|