Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Max Gurtovoy <mgurtovoy@nvidia.com>
To: <dwagner@suse.de>, <johannes.thumshirn@wdc.com>, <kch@nvidia.com>,
	<linux-nvme@lists.infradead.org>
Cc: <israelr@nvidia.com>, <shinichiro.kawasaki@wdc.com>, <hch@lst.de>,
	<kbusch@kernel.org>, <sagi@grimberg.me>,
	Max Gurtovoy <mgurtovoy@nvidia.com>
Subject: [PATCH 3/4] nvme/002: extend test to support TCP and RDMA transports
Date: Sun, 28 Sep 2025 14:51:24 +0300	[thread overview]
Message-ID: <20250928115125.38383-4-mgurtovoy@nvidia.com> (raw)
In-Reply-To: <20250928115125.38383-1-mgurtovoy@nvidia.com>

Expand the transport support for the discovery test from loop-only
to include TCP and RDMA transports. This allows testing NVMe-oF
discovery functionality across different transport protocols.

Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
---
 tests/nvme/002 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nvme/002 b/tests/nvme/002
index b87570a..64c84f9 100755
--- a/tests/nvme/002
+++ b/tests/nvme/002
@@ -12,7 +12,7 @@ DESCRIPTION="create many subsystems and test discovery"
 requires() {
 	_nvme_requires
 	_have_loop
-	_require_nvme_trtype_is_loop
+	_require_nvme_trtype loop tcp rdma
 }
 
 set_conditions() {
-- 
2.18.1



  parent reply	other threads:[~2025-09-28 11:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-28 11:51 [PATCH 0/4] NVMe: add support for mlx5 RDMA HW and test enhancements Max Gurtovoy
2025-09-28 11:51 ` [PATCH 1/4] nvme/061: increase nvmf state wait timeout to 10s Max Gurtovoy
2025-09-30  1:44   ` Chaitanya Kulkarni
2025-09-28 11:51 ` [PATCH 2/4] nvme: add support for mlx5 RDMA devices Max Gurtovoy
2025-09-30  1:44   ` Chaitanya Kulkarni
2025-09-30  3:38   ` Shinichiro Kawasaki
2025-09-28 11:51 ` Max Gurtovoy [this message]
2025-09-30  1:43   ` [PATCH 3/4] nvme/002: extend test to support TCP and RDMA transports Chaitanya Kulkarni
2025-09-28 11:51 ` [PATCH 4/4] nvmet: add --qid-max support for subsystem creation and setup Max Gurtovoy
2025-09-30  1:43   ` Chaitanya Kulkarni
2025-09-30  3:41   ` Shinichiro Kawasaki
2025-09-30  3:46 ` [PATCH 0/4] NVMe: add support for mlx5 RDMA HW and test enhancements Shinichiro Kawasaki

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=20250928115125.38383-4-mgurtovoy@nvidia.com \
    --to=mgurtovoy@nvidia.com \
    --cc=dwagner@suse.de \
    --cc=hch@lst.de \
    --cc=israelr@nvidia.com \
    --cc=johannes.thumshirn@wdc.com \
    --cc=kbusch@kernel.org \
    --cc=kch@nvidia.com \
    --cc=linux-nvme@lists.infradead.org \
    --cc=sagi@grimberg.me \
    --cc=shinichiro.kawasaki@wdc.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