Add exit_on_io_done option to the CPU IO engine
authorJens Axboe <axboe@fb.com>
Wed, 9 Apr 2014 19:57:38 +0000 (13:57 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 9 Apr 2014 19:57:38 +0000 (13:57 -0600)
commit046395d7ab181288d14737c1d0041e98328f473f
tree8bd1cd5943e7f7265159b8dbe80f7bb5ba3a1711
parent7ccb1b69a4d02cd9358efd1b954dceea6818ef7d
Add exit_on_io_done option to the CPU IO engine

The CPU IO engine is most often used to saturate the system,
while running an IO load on it. As such, it's useful to have
CPU engine threads exit automatically, when IO has completed.
Add exit_on_io_done as a CPU IO engine option for that purpose.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
engines/cpu.c
fio.1
fio.h
ioengines.c
libfio.c