Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iscsi: Update task->current_data_offset always when submitting subtask
Previously task->current_data_offset was updated by add_transfer_task(). However, the following patches will merge unsolicited data and solicited data into a single subtask. It will be possible that add_transfer_task() is called but subtask is not submitted. As a preparation, extract updating task->current_data_offset into iscsi_pdu_payload_op_scsi_write(). Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I5262bb883fa2a081be1f087181de98d4c3c24d69 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9706 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
- Loading branch information