numam-spdk/test/lib/bdev
Jim Harris 6361254c3d bdevperf: reuse tasks more efficiently
Instead of inserting a task into the TAILQ and then
immediately taking it back off, just pass the task
to bdevperf_submit_single instead.

This reduces overhead of bdevperf compared to nvme/perf.
nvme/perf does not use a TAILQ at all, and does something
similar by passing the just completed task so it can be
reused by its submit function.

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

Reviewed-on: https://review.gerrithub.io/393833
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
2018-01-10 09:51:31 -05:00
..
bdevio build: remove $(ENV_CFLAGS) where not necessary 2018-01-03 12:05:59 -05:00
bdevperf bdevperf: reuse tasks more efficiently 2018-01-10 09:51:31 -05:00
nbd nbd: remove nbd test app 2018-01-05 17:39:48 -05:00
bdev.conf.in rpc: add default UNIX domain socket listen address 2017-11-13 14:57:49 -05:00
blockdev.sh nbd: add rpc test scripts 2018-01-05 17:28:13 -05:00
common.c test/bdev: limit memory size to 1GB 2017-08-14 13:14:47 -04:00
Makefile nbd: remove nbd test app 2018-01-05 17:39:48 -05:00