Commit ef6f8577 authored by Jim Harris's avatar Jim Harris Committed by Konrad Sztyber
Browse files

configure: clarify optional parameter for --with-rdma



The DIR was likely copied from some other option, but for --with-rdma
it is a provider name, not a directory.

Signed-off-by: default avatarJim Harris <jim.harris@samsung.com>
Change-Id: Icd262a823db7bff144b1b3c4ebfc27196902d65f
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25126


Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Reviewed-by: default avatarShuhei Matsumoto <smatsumoto@nvidia.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
parent 6895e9d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ function usage() {
	echo " --without-rbd             No path required."
	echo " --with-ublk               Build ublk library."
	echo " --without-ublk            No path required."
	echo " --with-rdma[=DIR]         Build RDMA transport for NVMf target and initiator."
	echo " --with-rdma[=PROVIDER]    Build RDMA transport for NVMf target and initiator."
	echo " --without-rdma            Accepts optional RDMA provider name. Can be \"verbs\" or \"mlx5_dv\"."
	echo "                           If no provider specified, \"verbs\" provider is used by default."
	echo " --with-fc[=DIR]           Build FC transport for NVMf target."