Commit 075b0d17 authored by Shuhei Matsumoto's avatar Shuhei Matsumoto Committed by Tomasz Zawadzki
Browse files

doc/jsonrpc: Add transport_tos for bdev_nvme_set_options RPC



Recently the transport_tos option was added but doc/jsonrpc was not
updated.

Signed-off-by: default avatarShuhei Matsumoto <smatsumoto@nvidia.com>
Change-Id: I27d98767cfe5fa0a8cf66738f1037aa14eccf589
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16170


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@nvidia.com>
parent e33ae4a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3429,6 +3429,7 @@ reconnect_delay_sec | Optional | number | Time to delay a reconnect
fast_io_fail_timeout_sec   | Optional | number      | Time to wait until ctrlr is reconnected before failing I/O to ctrlr. 0 means no such timeout.
disable_auto_failback      | Optional | boolean     | Disable automatic failback. The RPC bdev_nvme_set_preferred_path can be used to do manual failback.
generate_uuids             | Optional | boolean     | Enable generation of UUIDs for NVMe bdevs that do not provide this value themselves.
transport_tos              | Optional | number      | IPv4 Type of Service value. Only applicable for RDMA transport. Default: 0 (no TOS is applied).
nvme_error_stat            | Optional | boolean     | Enable collecting NVMe error counts.

#### Example