Spdk/test/lib
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
..
bdev bdevperf: reuse tasks more efficiently 2018-01-10 09:51:31 -05:00
blobfs event: Move spdk_poller_register to io_channel 2017-11-28 12:30:37 -05:00
env build: remove $(ENV_CFLAGS) where not necessary 2018-01-03 12:05:59 -05:00
event test/event_perf: remove DPDK dependency 2018-01-03 12:05:59 -05:00
ioat test: move IOAT library unit test to test/unit 2017-06-21 18:57:35 -04:00
json test: move JSON library unit tests to test/unit 2017-06-20 13:46:07 -04:00
nvme scripts: factor out iter_pci helper functions 2018-01-03 14:09:22 -05:00
util util: enable dynamic spdk_histogram_data sizing 2017-12-29 14:20:48 -05:00
Makefile test: add util/histogram_perf test application 2017-12-29 14:20:48 -05:00
test_env.c nvme: normalize PCI addresses before comparing 2017-11-16 18:17:09 -05:00
ut_multithread.c event: Move spdk_poller_register to io_channel 2017-11-28 12:30:37 -05:00