From d9cea939a9bd21a8b3db2e63c02373f7c9c67c40 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Thu, 29 Jul 2021 18:26:25 +0000 Subject: [PATCH] rpc/nvmf: fix typo Signed-off-by: Jim Harris Change-Id: I8bb9afd1f3e364105ea1c50d665183b949202d2a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8982 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Aleksey Marchuk --- scripts/rpc/nvmf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rpc/nvmf.py b/scripts/rpc/nvmf.py index 65a610105..1a93e04ce 100644 --- a/scripts/rpc/nvmf.py +++ b/scripts/rpc/nvmf.py @@ -106,7 +106,7 @@ def nvmf_create_transport(client, **params): in_capsule_data_size: Maximum in-capsule data size in bytes (optional) max_io_size: Maximum I/O data size in bytes (optional) io_unit_size: I/O unit size in bytes (optional) - max_aq_depth: Max size admin quque per controller (optional) + max_aq_depth: Max size admin queue per controller (optional) num_shared_buffers: The number of pooled data buffers available to the transport (optional) buf_cache_size: The number of shared buffers to reserve for each poll group (optional) num_cqe: The number of CQ entries to configure CQ size. Only used when no_srq=true - RDMA specific (optional)