Spdk/scripts/rpc
GangCao d393983d74 lib/iscsi: export FirstBurstLength as user configurable parameter
According to https://tools.ietf.org/html/rfc3720, the
default value for the FirstBurstLength is 65536 bytes
while SPDK iSCSI target picks the smaller 8192 as the
default setting. This value is the communication for
the iSCSI initiator to send the unsolicited data and
instead of having a fixed setting here, expose it as a
user configurable parameter to fit the real use case,
especially for the data out iSCSI write.

Example of usage as following in the iSCSI.conf:

FirstBurstLength 8192

Change-Id: I71690c7c48aa0875f1f975c0ea935389de6d1e6d
Signed-off-by: GangCao <gang.cao@intel.com>
Reviewed-on: https://review.gerrithub.io/421142
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2018-08-27 19:42:07 +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/nvme: add RPC to enable and disable hotplug 2018-07-26 22:12:29 +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 lib/iscsi: export FirstBurstLength as user configurable parameter 2018-08-27 19:42:07 +00:00
log.py scripts/rpc.py: pass named args to log.py and net.py 2018-08-03 07:25:10 +00: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 named args to log.py and net.py 2018-08-03 07:25:10 +00: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 bdev: add remove_virtio_bdev call 2018-07-26 22:07:50 +00:00