From 075b0d17367e4e71a20627c3fa7527cecdecf90d Mon Sep 17 00:00:00 2001 From: Shuhei Matsumoto Date: Fri, 6 Jan 2023 15:34:05 +0900 Subject: [PATCH] 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: Shuhei Matsumoto Change-Id: I27d98767cfe5fa0a8cf66738f1037aa14eccf589 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16170 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Konrad Sztyber Reviewed-by: Aleksey Marchuk --- doc/jsonrpc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/jsonrpc.md b/doc/jsonrpc.md index b9095836e..48f348018 100644 --- a/doc/jsonrpc.md +++ b/doc/jsonrpc.md @@ -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