From: Hongwei Qin <glqinhongwei@gmail.com>
To: fio@vger.kernel.org
Cc: axboe@kernel.dk, sitsofe@gmail.com, Hongwei Qin <glqinhongwei@gmail.com>
Subject: [PATCH v6 0/3] Add a new parameter and fix minimal rate calculation.
Date: Mon, 25 Jan 2021 20:39:58 +0800 [thread overview]
Message-ID: <cover.1611578199.git.glqinhongwei@gmail.com> (raw)
v4 -> v6:
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 (3):
Add a new parameter.
Calculate min_rate with the consideration of thinktime
Fix fio.1
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
next reply other threads:[~2021-01-25 12:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-25 12:39 Hongwei Qin [this message]
2021-01-25 12:39 ` [PATCH v6 1/3] Add a new parameter Hongwei Qin
2021-01-25 12:40 ` [PATCH v6 2/3] Calculate min_rate with the consideration of thinktime Hongwei Qin
2021-01-25 12:40 ` [PATCH v6 3/3] Fix fio.1 Hongwei Qin
2021-01-26 7:49 ` Sitsofe Wheeler
2021-01-26 15:42 ` Hongwei Qin
2021-01-26 15:59 ` [PATCH v6 0/3] Add a new parameter and fix minimal rate calculation Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1611578199.git.glqinhongwei@gmail.com \
--to=glqinhongwei@gmail.com \
--cc=axboe@kernel.dk \
--cc=fio@vger.kernel.org \
--cc=sitsofe@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.