numam-spdk/lib/jsonrpc
Michael Haeuptle 92df995526 json: increase the json rpc client value limit
The jsonrpc client has a limit of 1024 JSON values per
request which is hardly enough for any meaningful config.
For example, calling getbdevs for 24 NVMe drives require
~2300 JSON values.
I kept the original 1024 limit for the RPC server where
it makes sense to have a smaller limit and introduced
a seperate limit for the client.

Signed-off-by: Michael Haeuptle <michael.haeuptle@hpe.com>
Change-Id: Id0300991b76151e4003e323f5ea29bc5fc0d2d11
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/473568
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2019-11-18 13:16:49 +00:00
..
jsonrpc_client_tcp.c jsonrpc client: non-blocking mode 2018-12-07 09:41:03 +00:00
jsonrpc_client.c json: increase the json rpc client value limit 2019-11-18 13:16:49 +00:00
jsonrpc_internal.h json: increase the json rpc client value limit 2019-11-18 13:16:49 +00:00
jsonrpc_server_tcp.c lib/jsonrpc: Fix memory leaks about connection request. 2019-06-26 06:26:50 +00:00
jsonrpc_server.c jsonrpc: tolerate null json value for parameters in json-rpc call 2019-07-26 19:30:57 +00:00
Makefile jsonrpc-client: add new C client library 2018-10-11 20:07:44 +00:00