Spdk/test/unit/lib/iscsi
Shuhei Matsumoto 6d573781b5 lib/iscsi: Rename current_datain_offset of task by current_data_offset
The following patches will aggregate multiple Data-OUT PDUs into a
single write subtask and we will not be able to use reqh->buffer_offset
to track the current offset of large write I/O to submit write subtasks.

On the other hand, each iscsi_task or iscsi_subtask is only read or write

Hence rename current_datain_offset of iscsi_task by current_data_offset
in this patch.

The next patch will use it to track the current offset of large write I/O

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I922582c5b9474a3c512f81d0f0425158a38a9a8d
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6423
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
2021-04-12 09:49:31 +00:00
..
conn.c lib/iscsi: Rename current_datain_offset of task by current_data_offset 2021-04-12 09:49:31 +00:00
init_grp.c test/iscsi: initialize mutex for portability 2021-02-04 08:41:56 +00:00
iscsi.c lib/iscsi: Increase buffer size to 64KB at most when more Data-OUT PDUs follow 2021-04-12 09:49:31 +00:00
param.c lib/iscsi: return immediately from iscsi_parse_params if len is 0 2021-03-01 14:13:48 +00:00
portal_grp.c remove unneeded spdk_internal/thread.h includes 2020-12-10 14:38:04 +00:00
tgt_node.c test/unit/lib/iscsi: Add unit test stubs 2020-11-19 09:47:26 +00:00
common.c log: remove internal log.h header 2020-10-15 08:23:39 +00:00
Makefile iscsi&iscsi/ut: Unify cpumask decode between iSCSI.conf and JSON-RPC 2018-01-19 15:47:57 -05:00