linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
@ 2020-08-06 19:15 Sagi Grimberg
  2020-08-06 19:15 ` [PATCH v2 1/7] nvme: consolidate nvme requirements based on transport type Sagi Grimberg
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Sagi Grimberg @ 2020-08-06 19:15 UTC (permalink / raw)
  To: linux-nvme, linux-block, Omar Sandoval
  Cc: Chaitanya Kulkarni, Johannes Thumshirn, Christoph Hellwig, Keith Busch

We have a collection of nvme tests, but all run with nvme-loop. This
is the easiest to run on a standalone machine. However its very much possible
to run nvme-tcp and nvme-rdma using a loopback network. Add capability to run
tests with a new environment variable to set the transport type $nvme_trtype.

$ nvme_trtype=[loop|tcp|rdma] ./check test/nvme

This buys us some nice coverage on some more transport types. We also add
some transport type specific helpers to mark tests that are relevant only
for a single transport.

Changes from v1:
- added patch to remove use of module_unload
- move trtype agnostic logig helpers in patch #3

Sagi Grimberg (7):
  nvme: consolidate nvme requirements based on transport type
  nvme: consolidate some nvme-cli utility functions
  nvme: make tests transport type agnostic
  tests/nvme: restrict tests to specific transports
  nvme: support nvme-tcp when runinng tests
  common/multipath-over-rdma: don't retry module unload
  nvme: support rdma transport type

 common/multipath-over-rdma |   4 +-
 tests/nvme/002             |   8 ++-
 tests/nvme/003             |  10 +--
 tests/nvme/004             |  12 ++--
 tests/nvme/005             |  15 ++---
 tests/nvme/006             |   7 ++-
 tests/nvme/007             |   5 +-
 tests/nvme/008             |  13 ++--
 tests/nvme/009             |  11 ++--
 tests/nvme/010             |  13 ++--
 tests/nvme/011             |  13 ++--
 tests/nvme/012             |  14 +++--
 tests/nvme/013             |  13 ++--
 tests/nvme/014             |  13 ++--
 tests/nvme/015             |  12 ++--
 tests/nvme/016             |   7 ++-
 tests/nvme/017             |   7 ++-
 tests/nvme/018             |  13 ++--
 tests/nvme/019             |  13 ++--
 tests/nvme/020             |  11 ++--
 tests/nvme/021             |  13 ++--
 tests/nvme/022             |  13 ++--
 tests/nvme/023             |  13 ++--
 tests/nvme/024             |  13 ++--
 tests/nvme/025             |  13 ++--
 tests/nvme/026             |  13 ++--
 tests/nvme/027             |  13 ++--
 tests/nvme/028             |  15 ++---
 tests/nvme/029             |  13 ++--
 tests/nvme/030             |   8 +--
 tests/nvme/031             |  12 ++--
 tests/nvme/032             |   4 ++
 tests/nvme/rc              | 122 ++++++++++++++++++++++++++++++++++---
 33 files changed, 311 insertions(+), 168 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-08-10 17:35 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 19:15 [PATCH v2 0/7] blktests: Add support to run nvme tests with tcp/rdma transports Sagi Grimberg
2020-08-06 19:15 ` [PATCH v2 1/7] nvme: consolidate nvme requirements based on transport type Sagi Grimberg
2020-08-07  2:41   ` Chaitanya Kulkarni
2020-08-07 17:14     ` Sagi Grimberg
2020-08-06 19:15 ` [PATCH v2 2/7] nvme: consolidate some nvme-cli utility functions Sagi Grimberg
2020-08-07  2:53   ` Chaitanya Kulkarni
2020-08-07 17:15     ` Sagi Grimberg
2020-08-08  1:47       ` Chaitanya Kulkarni
2020-08-06 19:15 ` [PATCH v2 3/7] nvme: make tests transport type agnostic Sagi Grimberg
2020-08-07  3:09   ` Chaitanya Kulkarni
2020-08-07 17:19     ` Sagi Grimberg
2020-08-10 17:35       ` Chaitanya Kulkarni
2020-08-06 19:15 ` [PATCH v2 4/7] tests/nvme: restrict tests to specific transports Sagi Grimberg
2020-08-07  3:15   ` Chaitanya Kulkarni
2020-08-07 17:21     ` Sagi Grimberg
2020-08-06 19:15 ` [PATCH v2 5/7] nvme: support nvme-tcp when runinng tests Sagi Grimberg
2020-08-07  3:16   ` Chaitanya Kulkarni
2020-08-07 23:46     ` Sagi Grimberg
2020-08-08  1:49       ` Chaitanya Kulkarni
2020-08-06 19:15 ` [PATCH v2 6/7] common/multipath-over-rdma: don't retry module unload Sagi Grimberg
2020-08-07  3:18   ` Chaitanya Kulkarni
2020-08-07 14:03   ` Bart Van Assche
2020-08-07 17:23     ` Sagi Grimberg
2020-08-07 17:34       ` Bart Van Assche
2020-08-07 17:50         ` Sagi Grimberg
2020-08-06 19:15 ` [PATCH v2 7/7] nvme: support rdma transport type Sagi Grimberg

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 NNTP newsgroup(s).