Spdk/scripts/rpc
Pawel Wodkowski 642697878f iscsi/rpc: fix several bugs of set_iscsi_options
In python script:
- timeout should be nop_timeout
- min_connections_per_core was min_connections_per_session by mistake.
- max_queue_depth was not included.
- call_cmd was missing.
- A space should be added after semicolon ":"

In SPDK library:
- type of options was not int32_t but int. Hence decode failed.
- type of options in dump were not correct.

Change-Id: Iaa79236c03d368cdf286a72c2386509ffa81530f
Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Reviewed-on: https://review.gerrithub.io/419553
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Seth Howell <seth.howell5141@gmail.com>
Reviewed-by: Paweł Niedźwiecki <pawelx.niedzwiecki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Ziye Yang <optimistyzy@gmail.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2018-07-25 19:22:08 +00:00
..
__init__.py scripts/rpc.py: pass named arguments in json rpc functions 2018-07-20 20:43:10 +00:00
app.py scripts/rpc.py: pass named args to app.py 2018-05-24 05:10:36 +00:00
bdev.py bdev: add raid bdev module 2018-07-16 20:50:40 +00:00
client.py scripts/rpc: move response print in verbose mode before exception rise 2018-07-20 20:34:04 +00:00
ioat.py copy/ioat: Add scan_ioat_copy_engine RPC 2018-06-14 03:54:42 +00:00
iscsi.py iscsi/rpc: fix several bugs of set_iscsi_options 2018-07-25 19:22:08 +00:00
log.py scripts/rpc.py: pass client as separate parameter 2018-03-30 16:48:47 -04:00
lvol.py rpc/bdev: construct RPC return a string instead array 2018-06-22 21:12:43 +00:00
nbd.py scripts/rpc.py: pass named args to nbd.py 2018-03-30 16:48:47 -04:00
net.py scripts/rpc.py: pass client as separate parameter 2018-03-30 16:48:47 -04:00
nvmf.py scripts/rpc.py: pass named args to nvmf.py 2018-06-13 17:06:36 +00:00
pmem.py scripts/rpc.py: pass named arguments to pmem.py 2018-06-19 21:25:03 +00:00
subsystem.py scripts/rpc.py: pass named args to subsystem.py 2018-03-30 16:48:47 -04:00
vhost.py scripts/rpc.py: pass named args to vhost.py 2018-06-14 18:13:44 +00:00