From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2FC09132804 for ; Mon, 3 Jun 2024 16:07:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717430829; cv=none; b=eOM02YmwVM3RS2D2TjiaouhrIZYG63hjaRnPtM4YmJEN2Ey2aQ62qL4Xw6qJFxfjzKVRZ9Bmb2lzaIBn4hkSDj4GOPKf4wIBbY8dOdwFZfkPSV6zm3yYMeq808iknJM/bqzubs+yWCMtih186deMGZykqPmq6Y5+TkxUE3q9/Fw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717430829; c=relaxed/simple; bh=Kj8TZOANvIgd4lNJOweazbnO8n8p+qkekasHnc+NVI8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=N+S/b+juPVocVkjaqd7NrTuTL88lVjw1kSwEMXgyz7V6OZ5bX44UFHOOdDi18E9W+6q3hSR3FqviL14j8Utk5nHNLxDh1c25L5g4MiDxIzHHsracGf5bqcJV/vjTduEBlWvb8xN1L5kIxp5qnqzDVsF3rdkQpcpwur/SmKmrNPU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZHs0rZ5u; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZHs0rZ5u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87285C32781; Mon, 3 Jun 2024 16:07:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717430828; bh=Kj8TZOANvIgd4lNJOweazbnO8n8p+qkekasHnc+NVI8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZHs0rZ5uj/hwZrrUaITEH7uLrylbtZcnwGZyo8lJiTNtV/C0bdrJFIl0UFAOTYErC odn2Etyioi5m9ifrBaV0yemPXStAQDaASpkN7FZC5k01bk+UI5p35t0igPlfz92nPa jfiQXIt5kuqAWrozDYBZtJ1qm+zdiziscaTUWKsOfW3kE+uuDIMBaVFW2uD0SA4dvn Kbj7HLR3oYTVy5NB3boxVWxcrVv3c2Wt55ys47tvsgLqWAFP+0QZQo1zw5GdrxEb4k OJlwmoYB94Ggr2HMdsCIPg2Zud/IDizilk5e+KdvjBrU6HxI7xMd7l1ytanolYiKGS Hhiz32IO1LlMw== From: cel@kernel.org To: Cc: Chuck Lever Subject: [PATCH 4/4] Update help text that mentions SIW Date: Mon, 3 Jun 2024 12:06:58 -0400 Message-ID: <20240603160658.4073204-5-cel@kernel.org> X-Mailer: git-send-email 2.45.1 In-Reply-To: <20240603160658.4073204-1-cel@kernel.org> References: <20240603160658.4073204-1-cel@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Chuck Lever Generalize the help text, now that kdevops has two software RDMA options. Signed-off-by: Chuck Lever --- workflows/fstests/nfs/Kconfig | 6 +++--- workflows/gitr/nfs/Kconfig | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/workflows/fstests/nfs/Kconfig b/workflows/fstests/nfs/Kconfig index 9f47761712b2..926bc40b4559 100644 --- a/workflows/fstests/nfs/Kconfig +++ b/workflows/fstests/nfs/Kconfig @@ -50,9 +50,9 @@ config FSTESTS_NFS_SECTION_RDMA bool "Enable testing section: nfs_rdma" default n help - Enabling this will test with the "rdma" mount option. Unless the - hosts have RDMA hardware already, you probably also want to enable - CONFIG_KDEVOPS_SETUP_SIW as well. + Enabling this will test with the "rdma" mount option. Unless + the target nodes have RDMA hardware already, enable one of + the software RDMA options as well. config FSTESTS_NFS_SECTION_TLS bool "Enable testing section: nfs_tls" diff --git a/workflows/gitr/nfs/Kconfig b/workflows/gitr/nfs/Kconfig index a8c81b098957..1b1e53316ac7 100644 --- a/workflows/gitr/nfs/Kconfig +++ b/workflows/gitr/nfs/Kconfig @@ -38,8 +38,7 @@ config GITR_NFS_SECTION_RDMA help Provision a target node to run the gitr workflow on a mount using NFS/RDMA. Unless your target nodes have RDMA hardware - already, you are likely to need to enable the - CONFIG_KDEVOPS_SETUP_SIW option as well. + already, enable one of the software RDMA options as well. config GITR_NFS_SECTION_V42 bool "Enable testing section: nfs_v42" -- 2.45.1