92df995526
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> |
||
---|---|---|
.. | ||
jsonrpc_client_tcp.c | ||
jsonrpc_client.c | ||
jsonrpc_internal.h | ||
jsonrpc_server_tcp.c | ||
jsonrpc_server.c | ||
Makefile |