iscsi/iser-target: Support multi-sequence sendtargets text response
authorSagi Grimberg <sagig@mellanox.com>
Mon, 9 Feb 2015 16:07:25 +0000 (18:07 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Thu, 12 Feb 2015 19:24:29 +0000 (11:24 -0800)
In case sendtargets response is larger than initiator MRDSL, we
send a partial sendtargets response (setting F=0, C=1, TTT!=0xffffffff),
accept a consecutive empty text message and send the rest of the payload.
In case we are done, we set F=1, C=0, TTT=0xffffffff.
We do that by storing the sendtargets response bytes done under
the session.

This patch also makes iscsit_find_cmd_from_itt public for isert.

(Re-add cmd->maxcmdsn_inc and clear in iscsit_build_text_rsp - nab)

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found