From 07a05093a80757d0280cf1cbfb51213529423ce1 Mon Sep 17 00:00:00 2001 From: Pawel Wodkowski Date: Tue, 19 Feb 2019 10:56:31 +0100 Subject: [PATCH] jsonrpc.md: add miscellaneous RPC commands section For now only send_nvme_cmd is placed there instead lvol section. Change-Id: Iab1ad1ab59147657f76eabf085338d68ed5c707c Signed-off-by: Pawel Wodkowski Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/445282 Tested-by: SPDK CI Jenkins Reviewed-by: Karol Latecki Reviewed-by: Darek Stojaczyk Reviewed-by: Ben Walker --- doc/jsonrpc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/jsonrpc.md b/doc/jsonrpc.md index b6fcc8480..725780bde 100644 --- a/doc/jsonrpc.md +++ b/doc/jsonrpc.md @@ -5012,6 +5012,8 @@ Example response: } ~~~ +# Miscellaneous RPC commands + ## send_nvme_cmd {#rpc_send_nvme_cmd} Send NVMe command directly to NVMe controller or namespace. Parameters and responses encoded by base64 urlsafe need further processing.