rpc: Document enable_vmd

Signed-off-by: Monica Kenguva <monica.kenguva@intel.com>
Change-Id: I04f58517ecae09e810d95d22bebc7215028cf016
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6852
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
Monica Kenguva 2021-03-11 20:57:50 +00:00 committed by Tomasz Zawadzki
parent 7347f60bbc
commit 90db6167ce

View File

@ -8144,6 +8144,39 @@ Example response:
}
~~~
## enable_vmd {#rpc_enable_vmd}
Enable VMD enumeration.
### Parameters
This method has no parameters.
### Response
Completion status of enumeration is returned as a boolean.
### Example
Example request:
~~~
{
"jsonrpc": "2.0",
"method": "enable_vmd",
"id": 1
}
~~~
Example response:
~~~
{
"jsonrpc": "2.0",
"id": 1,
"result": true
}
~~~
## spdk_get_version {#rpc_spdk_get_version}
Get the version info of the running SPDK application.