Spdk/test
Shuhei Matsumoto bc08958b6a bdevperf: Add io_target_group and chain associated io_targets to it
Add struct io_target_group and chain associated io_targets to it.

Particularly, replace current target->next pointer by TAILQ, pass
not the head io_target pointer but the io_target_group pointer to
event call, and use TAILQ_INSERT_HEAD() in bdevperf_construct_target()
to keep the current ordering.

Besides, add pointer to the queued io_target_group to struct
io_target to use it later.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: Ib37db825a863f7795c55c19fae0d38efd80c607e
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/478563
Community-CI: SPDK CI Jenkins <sys_sgci@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Seth Howell <seth.howell@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2020-01-03 15:07:58 +00:00
..
app app: Add cli options to print SPDK version 2019-11-15 18:25:31 +00:00
bdev bdevperf: Add io_target_group and chain associated io_targets to it 2020-01-03 15:07:58 +00:00
blobfs test: eliminate case and suite from run_test 2019-12-24 08:24:42 +00:00
blobstore test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
common test/common: Mock CPU core operations for unit tests 2020-01-03 08:33:25 +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: eliminate case and suite from run_test 2019-12-24 08:24:42 +00:00
event test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
ftl test: eliminate case and suite from run_test 2019-12-24 08:24:42 +00:00
fuzz test: Shellcheck - correct rule: Double quote array 2019-11-27 07:08:57 +00:00
ioat test: eliminate case and suite from run_test 2019-12-24 08:24:42 +00:00
iscsi_tgt test: eliminate case and suite from run_test 2019-12-24 08:24:42 +00:00
json_config test: Shellcheck - correct rule: Expanding an array 2019-11-27 07:08:57 +00:00
lvol test: eliminate case and suite from run_test 2019-12-24 08:24:42 +00:00
make test: Shellcheck - correct rule: Double quote array 2019-11-27 07:08:57 +00:00
nvme test: eliminate case and suite from run_test 2019-12-24 08:24:42 +00:00
nvmf test: eliminate case and suite from run_test 2019-12-24 08:24:42 +00:00
ocf test: eliminate case and suite from run_test 2019-12-24 08:24:42 +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 lib/event: Add spdk_for_each_reactor to process event for each reactor 2020-01-03 08:33:25 +00:00
vhost test: eliminate case and suite from run_test 2019-12-24 08:24:42 +00:00
vmd test: eliminate case and suite from run_test 2019-12-24 08:24:42 +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