commit | 046395d7ab181288d14737c1d0041e98328f473f | [log] [tgz] |
---|---|---|
author | Jens Axboe <[email protected]> | Wed Apr 09 13:57:38 2014 -0600 |
committer | Jens Axboe <[email protected]> | Wed Apr 09 13:57:38 2014 -0600 |
tree | 8bd1cd5943e7f7265159b8dbe80f7bb5ba3a1711 | |
parent | 7ccb1b69a4d02cd9358efd1b954dceea6818ef7d [diff] |
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 <[email protected]>