From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 12 Mar 2021 12:32:43 +0530 From: Krishna Kanth Reddy Subject: Re: [PATCH 0/1] Intoducing a new option max_latency_rw Message-ID: <20210312070243.GA32222@test-zns> MIME-Version: 1.0 In-Reply-To: <20210305054631.GA30850@test-zns> Content-Type: multipart/mixed; boundary="----nR-p-cl6vqczMRPvmH-5N4fjQJa_8TPvHPXG_fMvH_3sPSZb=_17b905_" References: <20210212103045.28534-1-krish.reddy@samsung.com> <20210305054631.GA30850@test-zns> To: axboe@kernel.dk Cc: fio@vger.kernel.org List-ID: ------nR-p-cl6vqczMRPvmH-5N4fjQJa_8TPvHPXG_fMvH_3sPSZb=_17b905_ Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Disposition: inline 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 >> >> ------nR-p-cl6vqczMRPvmH-5N4fjQJa_8TPvHPXG_fMvH_3sPSZb=_17b905_ Content-Type: text/plain; charset="utf-8" ------nR-p-cl6vqczMRPvmH-5N4fjQJa_8TPvHPXG_fMvH_3sPSZb=_17b905_--