fio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ankit Kumar <ankit.kumar@samsung.com>
To: axboe@kernel.dk, vincentfu@gmail.com
Cc: fio@vger.kernel.org, kbusch@kernel.org, simon.lund@samsung.com,
	Ankit Kumar <ankit.kumar@samsung.com>
Subject: [PATCH v2 0/4] fdp fixes, random placment id and xnvme support
Date: Wed, 12 Jul 2023 15:50:37 +0530	[thread overview]
Message-ID: <20230712102041.20283-1-ankit.kumar@samsung.com> (raw)
In-Reply-To: CGME20230712050110epcas5p1282a4e40485cb37545ec7cb55a3dcff1@epcas5p1.samsung.com

This series now enables us to either roundrobin or select a random
placement ID from the available ones. In future a non-unifrom
placement id selection such as zipf, pareto etc can be added.

The current boundary check for input placment ids was not correct.
Added a fix for that.

This series also adds FDP support to the xnvme I/O engine.

Changes since v1:
 - Split the macro change and placement id check fix into separate
   patches as suggested by Vincent

Ankit Kumar (4):
  fdp: use macros
  fdp: fix placement id check
  fdp: support random placement id selection
  engines/xnvme: add support for fdp

 HOWTO.rst              | 19 ++++++++--
 configure              |  2 +-
 engines/io_uring.c     |  2 +-
 engines/xnvme.c        | 78 +++++++++++++++++++++++++++++++++++++++++-
 examples/xnvme-fdp.fio | 36 +++++++++++++++++++
 fdp.c                  | 22 +++++++-----
 fdp.h                  | 13 +++++++
 fio.1                  | 20 +++++++++--
 fio.h                  |  2 ++
 init.c                 |  2 ++
 options.c              | 20 +++++++++++
 thread_options.h       |  2 ++
 12 files changed, 203 insertions(+), 15 deletions(-)
 create mode 100644 examples/xnvme-fdp.fio

-- 
2.25.1


       reply	other threads:[~2023-07-13  8:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20230712050110epcas5p1282a4e40485cb37545ec7cb55a3dcff1@epcas5p1.samsung.com>
2023-07-12 10:20 ` Ankit Kumar [this message]
     [not found]   ` <CGME20230712050111epcas5p3c755e75f3b6ed71604dd423f20c44985@epcas5p3.samsung.com>
2023-07-12 10:20     ` [PATCH v2 1/4] fdp: use macros Ankit Kumar
     [not found]   ` <CGME20230712050112epcas5p1561eaab98f637a0c899158dfc7a87241@epcas5p1.samsung.com>
2023-07-12 10:20     ` [PATCH v2 2/4] fdp: fix placement id check Ankit Kumar
     [not found]   ` <CGME20230712050114epcas5p4194863c3b634fc0abab0c5ee3160ced0@epcas5p4.samsung.com>
2023-07-12 10:20     ` [PATCH v2 3/4] fdp: support random placement id selection Ankit Kumar
     [not found]   ` <CGME20230712050115epcas5p143d5ad2bf082eb31b68a30fcc8a6ef61@epcas5p1.samsung.com>
2023-07-12 10:20     ` [PATCH v2 4/4] engines/xnvme: add support for fdp Ankit Kumar
2023-07-13 16:46   ` [PATCH v2 0/4] fdp fixes, random placment id and xnvme support Vincent Fu

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=20230712102041.20283-1-ankit.kumar@samsung.com \
    --to=ankit.kumar@samsung.com \
    --cc=axboe@kernel.dk \
    --cc=fio@vger.kernel.org \
    --cc=kbusch@kernel.org \
    --cc=simon.lund@samsung.com \
    --cc=vincentfu@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).