Spdk/test/bdev
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
..
bdevio test/bdevio: Use local instance of cpuset in test_main() 2020-01-03 08:32:38 +00:00
bdevperf bdevperf: Add io_target_group and chain associated io_targets to it 2020-01-03 15:07:58 +00:00
bdev_raid.sh test: add timing calls to run_test 2019-12-10 17:12:03 +00:00
bdev.conf.in test/blockdev: remove dependency on brd kernel module 2019-07-23 22:54:39 +00:00
blockdev.sh test: eliminate case and suite from run_test 2019-12-24 08:24:42 +00:00
gen_crypto.sh scripts: use -n instead of ! -z 2019-08-08 21:27:40 +00:00
Makefile test: move the bdev directory up one level 2018-03-23 19:45:09 -04:00
nbd_common.sh test: Shellcheck - correct rule: Double quote array 2019-11-27 07:08:57 +00:00