The current max_latency option exits the FIO job, if latency of an I/O exceeds max_latency. For mixed workload if user wants to exit the FIO job only if latency exceeds for a particular workload, i.e. either for read / write the support is not present. The new option max_latency_rw accepts read, write or mixed (Default) as option. If user specifies read, the FIO job will exit only if read latency exceeds max_latency. Ankit Kumar (1): Intoducing a new option max_latency_rw. The current max_latency option exits the FIO job, if latency of an I/O exceeds max_latency. HOWTO | 17 +++++++++++++++++ cconv.c | 2 ++ fio.1 | 18 ++++++++++++++++++ init.c | 3 +++ io_u.c | 10 ++++++++-- options.c | 23 +++++++++++++++++++++++ thread_options.h | 8 ++++++++ 7 files changed, 79 insertions(+), 2 deletions(-) -- 2.30.0-rc0