From 628cd5e2460d29e3093e42a9a4d0deaa929b7fec Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 7 Feb 2018 16:12:17 -0700 Subject: [PATCH] doc/jsonrpc: remove "core" from nvmf_tgt methods The "core" parameter is no longer accepted for construct_nvmf_subsystem, and it is also no longer returned as part of the get_nvmf_subsystems result. Update the documentation to match. Fixes: 7b397f6281de ("nvmf: No longer tie subsystems to CPU cores") Change-Id: Ibec85de6942f8da99f195b747423040c54a44959 Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/398873 Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Changpeng Liu --- doc/jsonrpc.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/jsonrpc.md b/doc/jsonrpc.md index efffebcd2..1150d9648 100644 --- a/doc/jsonrpc.md +++ b/doc/jsonrpc.md @@ -199,7 +199,6 @@ Example response: "id": 1, "result": [ { - "core": 0, "nqn": "nqn.2014-08.org.nvmexpress.discovery", "subtype": "Discovery" "listen_addresses": [], @@ -207,7 +206,6 @@ Example response: "allow_any_host": true }, { - "core": 5, "nqn": "nqn.2016-06.io.spdk:cnode1", "subtype": "NVMe", "listen_addresses": [ @@ -240,7 +238,6 @@ Construct an NVMe over Fabrics target subsystem. Name | Optional | Type | Description ----------------------- | -------- | ----------- | ----------- -core | Optional | number | Core to run the subsystem's poller on. Default: Automatically assign a core. nqn | Required | string | Subsystem NQN listen_addresses | Optional | array | Array of @ref rpc_construct_nvmf_subsystem_listen_address objects hosts | Optional | array | Array of strings containing allowed host NQNs. Default: No hosts allowed. @@ -274,7 +271,6 @@ Example request: "id": 1, "method": "construct_nvmf_subsystem", "params": { - "core": 5, "nqn": "nqn.2016-06.io.spdk:cnode1", "listen_addresses": [ {