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

nvme: fix async_mode comment



async_mode is now supported on PCIe, RDMA and TCP
transports.  So remove the comment about it only
being supported on PCIe transport.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I059e226aa98e702c9caa2886a10ec1212b6f1ada
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17577


Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@nvidia.com>
Reviewed-by: default avatarShuhei Matsumoto <smatsumoto@nvidia.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 73293d73
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1602,9 +1602,7 @@ struct spdk_nvme_io_qpair_opts {

	/**
	 * This flag if set to true enables the creation of submission and completion queue
	 * asynchronously. This mode is currently supported at PCIe layer and tracks the
	 * qpair creation with state machine and returns to the user.Default mode is set to
	 * false to create io qpair synchronously.
	 * asynchronously. Default mode is set to false to create io qpair synchronously.
	 */
	bool async_mode;