Flexible I/O Tester development
 help / color / mirror / Atom feed
* [PATCH v2 0/4] cross-job overlap patches
@ 2018-10-17 14:52 vincentfu
  2018-10-17 14:52 ` [PATCH v2 1/4] fio: add function to check for serialize_overlap with offload submission vincentfu
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: vincentfu @ 2018-10-17 14:52 UTC (permalink / raw)
  To: axboe, fio; +Cc: Vincent Fu

From: Vincent Fu <vincent.fu@wdc.com>

Jens, this series of patches allocates io_u's and io_u_all members from
shared memory when serialize_overlap=1 and io_submit_mode=offload so
that processes can now be used. Also included are the locking comments
you requested and some other cleanups. Please let me know what comments
you have.

Vincent Fu (4):
  fio: add function to check for serialize_overlap with offload
    submission
  fio: enable cross-thread overlap checking with processes
  fio: document locking for overlap checking in offload mode
  docs: serialize_overlap=1 with io_submit_mode=offload no longer
    requires threads

 HOWTO          |  2 +-
 backend.c      | 21 +++++++++++++--------
 fio.1          |  2 +-
 fio.h          |  5 +++++
 io_u_queue.c   | 19 +++++++++++++++----
 io_u_queue.h   |  4 ++--
 ioengines.c    |  9 ++++++++-
 lib/memalign.c | 16 ++++++++++++----
 lib/memalign.h |  5 +++--
 rate-submit.c  |  8 ++++++++
 t/dedupe.c     | 12 ++++++------
 11 files changed, 74 insertions(+), 29 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2018-10-17 15:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-17 14:52 [PATCH v2 0/4] cross-job overlap patches vincentfu
2018-10-17 14:52 ` [PATCH v2 1/4] fio: add function to check for serialize_overlap with offload submission vincentfu
2018-10-17 15:33   ` Sébastien Boisvert
2018-10-17 14:52 ` [PATCH v2 2/4] fio: enable cross-thread overlap checking with processes vincentfu
2018-10-17 15:32   ` Jens Axboe
2018-10-17 14:52 ` [PATCH v2 3/4] fio: document locking for overlap checking in offload mode vincentfu
2018-10-17 14:52 ` [PATCH v2 4/4] docs: serialize_overlap=1 with io_submit_mode=offload no longer requires threads vincentfu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox