From 46cfc0484f3af9fff2058e273272a38e096b9307 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Mon, 17 Apr 2023 23:01:00 +0000 Subject: [PATCH] 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: Jim Harris Change-Id: I059e226aa98e702c9caa2886a10ec1212b6f1ada Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17577 Reviewed-by: Konrad Sztyber Reviewed-by: Aleksey Marchuk Reviewed-by: Shuhei Matsumoto Tested-by: SPDK CI Jenkins --- include/spdk/nvme.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/spdk/nvme.h b/include/spdk/nvme.h index a599c8b69..656024924 100644 --- a/include/spdk/nvme.h +++ b/include/spdk/nvme.h @@ -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;