From 17b77d79ee7a87c91b69befe62e3769ef774b623 Mon Sep 17 00:00:00 2001 From: Shuhei Matsumoto Date: Wed, 26 Jun 2019 17:11:08 +0900 Subject: [PATCH] doc/jsonrpc: Add c2h_success parameter to nvmf_create_transport Only this update is missing. Signed-off-by: Shuhei Matsumoto Change-Id: I6ee25eda8e1e83d3b17ab555ae816a37e0b208af Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459414 Reviewed-by: Or Gerlitz Reviewed-by: Paul Luse Reviewed-by: Changpeng Liu Tested-by: SPDK CI Jenkins --- doc/jsonrpc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/jsonrpc.md b/doc/jsonrpc.md index 31de30041..aab6149f0 100644 --- a/doc/jsonrpc.md +++ b/doc/jsonrpc.md @@ -3573,6 +3573,7 @@ num_shared_buffers | Optional | number | The number of pooled data buf buf_cache_size | Optional | number | The number of shared buffers to reserve for each poll group max_srq_depth | Optional | number | The number of elements in a per-thread shared receive queue (RDMA only) no_srq | Optional | boolean | Disable shared receive queue even for devices that support it. (RDMA only) +c2h_success | Optional | boolean | Enable C2H success optimization (TCP only) ### Example: