All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH blktests 0/3] Add QD=1 and gap zone tests
@ 2022-04-27 21:31 Bart Van Assche
  2022-04-27 21:31 ` [PATCH blktests 1/3] Introduce the io_schedulers() function Bart Van Assche
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Bart Van Assche @ 2022-04-27 21:31 UTC (permalink / raw)
  To: Omar Sandoval; +Cc: linux-block, Bart Van Assche

Hi Omar,

This patch series adds two tests for queue depth one and two tests for SCSI
devices with gap zones. Please consider these patches for inclusion in the
official blktests repository.

Thanks,

Bart.

Bart Van Assche (3):
  Introduce the io_schedulers() function
  Add I/O scheduler tests for queue depth 1
  tests/scsi: Add tests for SCSI devices with gap zones

 common/iosched             | 12 +++++++
 common/multipath-over-rdma | 11 ------
 common/rc                  |  5 +++
 tests/block/005            |  4 +--
 tests/block/014            |  7 ++--
 tests/block/015            |  7 ++--
 tests/block/020            |  7 ++--
 tests/block/021            |  6 ++--
 tests/block/032            | 62 +++++++++++++++++++++++++++++++++
 tests/block/032.out        |  2 ++
 tests/nvmeof-mp/012        |  3 +-
 tests/scsi/008             | 63 ++++++++++++++++++++++++++++++++++
 tests/scsi/008.out         |  2 ++
 tests/scsi/009             | 56 ++++++++++++++++++++++++++++++
 tests/scsi/009.out         |  2 ++
 tests/scsi/010             | 70 ++++++++++++++++++++++++++++++++++++++
 tests/scsi/010.out         |  2 ++
 tests/srp/012              |  3 +-
 18 files changed, 290 insertions(+), 34 deletions(-)
 create mode 100644 common/iosched
 create mode 100755 tests/block/032
 create mode 100644 tests/block/032.out
 create mode 100755 tests/scsi/008
 create mode 100644 tests/scsi/008.out
 create mode 100755 tests/scsi/009
 create mode 100644 tests/scsi/009.out
 create mode 100644 tests/scsi/010
 create mode 100644 tests/scsi/010.out


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

end of thread, other threads:[~2022-05-09 10:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 21:31 [PATCH blktests 0/3] Add QD=1 and gap zone tests Bart Van Assche
2022-04-27 21:31 ` [PATCH blktests 1/3] Introduce the io_schedulers() function Bart Van Assche
2022-04-28  3:50   ` Shinichiro Kawasaki
2022-04-28 19:53     ` Bart Van Assche
2022-04-27 21:31 ` [PATCH blktests 2/3] Add I/O scheduler tests for queue depth 1 Bart Van Assche
2022-04-28  6:27   ` Shinichiro Kawasaki
2022-04-28 19:52     ` Bart Van Assche
2022-05-09 10:56       ` Shinichiro Kawasaki
2022-04-27 21:31 ` [PATCH blktests 3/3] tests/scsi: Add tests for SCSI devices with gap zones Bart Van Assche
2022-04-28  0:39   ` Shinichiro Kawasaki
2022-04-28  3:16     ` Bart Van Assche

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.