Spdk/test
Jim Harris bf7f87cecd build: remove blobfs, blob and blob_bdev from app SPDK_LIB_LISTs
blob and blob_bdev are already included via the lvol bdev module
dependencies in mk/spdk.modules.mk.  This patch adds blobfs there
too.

These changes are needed for some upcoming patches which will
apply --whole-archive to all libraries linked into the application.
That patch will require that we never include the same library
twice.

Shared library builds *require* that blobfs be listed before
blob on the link line, hence adding blobfs here even though it's
not technically associated with a bdev module.

We can also simplify spdk.modules.mk while we're here - just
filter out bdev_lvol to disable lvol for applications like
blob_cli that need to disable it.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I01e5e6b91d947463749f942f54c12f48229bbe5a

Reviewed-on: https://review.gerrithub.io/432916
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Seth Howell <seth.howell5141@gmail.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
2018-11-16 08:57:16 +00:00
..
app make: simplify rdma dependency linking 2018-09-14 22:56:46 +00:00
bdev Revert "env: remove default pre-reserved memory size" 2018-11-09 18:31:45 +00:00
blobfs build: remove blobfs, blob and blob_bdev from app SPDK_LIB_LISTs 2018-11-16 08:57:16 +00:00
blobstore vbdev_crypto.c: Always initialize crypto drivers up front 2018-10-24 23:29:28 +00:00
common test: adjust scripts for 01.org qat driver 2018-11-15 20:08:16 +00:00
config_converter nvmf: remove tgt_opts from nvmf_tgt 2018-11-08 23:08:26 +00:00
cpp_headers build: add @: to remaining 'all' targets 2018-02-14 17:38:25 -05:00
env Revert "env: remove default pre-reserved memory size" 2018-11-09 18:31:45 +00:00
event Revert "env: remove default pre-reserved memory size" 2018-11-09 18:31:45 +00:00
ioat ioat: remove ioat kperf kernel driver test harness 2018-04-30 17:11:53 +00:00
iscsi_tgt libsock: add functional tests 2018-11-07 17:08:27 +00:00
json_config test/json_config: add passthru to clear_config.py 2018-11-12 20:14:32 +00:00
lvol lvol: add a omitted case in usage function 2018-10-31 22:05:07 +00:00
nvme Revert "env: remove default pre-reserved memory size" 2018-11-09 18:31:45 +00:00
nvmf nvmf: Use bdevperf for the shutdown test 2018-11-12 18:30:20 +00:00
pmem Check file permissions in the check_format script 2018-10-04 23:08:12 +00:00
rpc_client jsonrpc: introduce spdk_jsonrpc_client_response 2018-11-06 19:00:41 +00:00
spdkcli test: update timing flags for vhost initiator 2018-11-15 17:08:10 +00:00
unit histograms: add unit tests for histogram merge 2018-11-15 23:03:26 +00:00
vhost test/vhost: Fix vhost live migration 2018-10-15 22:49:06 +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