From 471300a31f9cdc855abb77b8ab911eeb406797a7 Mon Sep 17 00:00:00 2001 From: Konrad Sztyber Date: Mon, 8 Mar 2021 14:27:55 +0100 Subject: [PATCH] doc/nvmf: reorganize target configuration section Moved the subsections on configuring SPDK's NVMe-oF target to be under the appropriate section instead of being attached to the one on FC transport support. Signed-off-by: Konrad Sztyber Change-Id: I56070fa7aec00b96b2c34cfa6f5ec0d64fd0aee5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6773 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Aleksey Marchuk --- doc/nvmf.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/nvmf.md b/doc/nvmf.md index d093b1d73..4f4b9e991 100644 --- a/doc/nvmf.md +++ b/doc/nvmf.md @@ -110,12 +110,6 @@ system until the SPDK application is terminated. The transport is built into the nvmf_tgt by default, and it does not need any special libraries. -## Configuring the SPDK NVMe over Fabrics Target {#nvmf_config} - -An NVMe over Fabrics target can be configured using JSON RPCs. -The basic RPCs needed to configure the NVMe-oF subsystem are detailed below. More information about -working with NVMe over Fabrics specific RPCs can be found on the @ref jsonrpc_components_nvmf_tgt RPC page. - ## FC transport support {#nvmf_fc_transport} To build nvmf_tgt with the FC transport, there is an additional FC LLD (Low Level Driver) code dependency. @@ -143,6 +137,12 @@ cd ../spdk make ~~~ +## Configuring the SPDK NVMe over Fabrics Target {#nvmf_config} + +An NVMe over Fabrics target can be configured using JSON RPCs. +The basic RPCs needed to configure the NVMe-oF subsystem are detailed below. More information about +working with NVMe over Fabrics specific RPCs can be found on the @ref jsonrpc_components_nvmf_tgt RPC page. + ### Using RPCs {#nvmf_config_rpc} Start the nvmf_tgt application with elevated privileges. Once the target is started,