Hello Jens, Just a gentle reminder. Please review this patch and let us know if it looks fine or if it needs some modification. On Fri, Mar 05, 2021 at 11:16:31AM +0530, Krishna Kanth Reddy wrote: >Hello Jens, >Please review this patch and let us know if it looks fine or if it needs >some modification. > >On Fri, Feb 12, 2021 at 04:00:44PM +0530, Krishna Kanth Reddy wrote: >>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 >> >>