IB/iser: Handle aborting a command after it is sent
authorErez Zilber <erezz@voltaire.com>
Sun, 25 Mar 2007 10:07:10 +0000 (12:07 +0200)
committerRoland Dreier <rolandd@cisco.com>
Mon, 26 Mar 2007 23:35:09 +0000 (16:35 -0700)
The SCSI midlayer may abort a command that was already sent.  If the
initiator is still trying to send the command (or data-out PDUs for
that command), the QP may time out after the midlayer times
out. Therefore, when aborting the command, iSER may still have
references for the command's buffers.  When sending these PDUs, the
sends will complete with an error and their resources will be released
then.

Signed-off-by: Erez Zilber <erezz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found
This page took 0.073078 seconds and 5 git commands to generate.