All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add a new parameter and fix minimal rate calculation.
@ 2021-01-25 12:09 Hongwei Qin
  2021-01-25 12:09 ` [PATCH v5 1/2] Add a new parameter Hongwei Qin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hongwei Qin @ 2021-01-25 12:09 UTC (permalink / raw)
  To: fio; +Cc: axboe, sitsofe, Hongwei Qin

v4 -> v5:
	Use lower case thinktime_blocks in help.
	Modify fio.1 accordingly.

v3 -> v4:
        Use uint32_t for thinktime_blocks_type.
        The tests in patch1 has been re-verified.

v3:
        The first patch adds a new parameter thinktime_blocks_type
        to control the behavior of thinktime_blocks.
        It can be either `complete` or `issue`.
        If it is `complete` (default), fio triggers thinktime when
        thinktime_blocks number of blocks are **completed**.
        If it is `issue`, fio triggers thinktime when thinktime_blocks
        number of blocks are **issued**

        The second patch updates the compare time if handle_thinktime
        sleeps or spin.


Hongwei Qin (2):
  Add a new parameter.
  Calculate min_rate with the consideration of thinktime

 HOWTO            |  7 +++++++
 backend.c        | 22 ++++++++++++++++------
 cconv.c          |  2 ++
 engines/cpu.c    |  1 +
 fio.1            |  6 ++++++
 fio.h            |  5 +++++
 options.c        | 22 ++++++++++++++++++++++
 thread_options.h |  5 +++++
 8 files changed, 64 insertions(+), 6 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-25 12:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-25 12:09 [PATCH v5 0/2] Add a new parameter and fix minimal rate calculation Hongwei Qin
2021-01-25 12:09 ` [PATCH v5 1/2] Add a new parameter Hongwei Qin
2021-01-25 12:09 ` [PATCH v5 2/2] Calculate min_rate with the consideration of thinktime Hongwei Qin
2021-01-25 12:23 ` [PATCH v5 0/2] Add a new parameter and fix minimal rate calculation Hongwei Qin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.