Re: [RFC 1/8] IB/srp: allow task management without a previous request

2010-12-27 Thread Bart Van Assche
On Thu, Dec 23, 2010 at 10:31 PM, David Dillow dillo...@ornl.gov wrote: We can only have one task management comment outstanding, so move the completion and status to the target port. This allows us to handle resets of a LUN without a corresponding request having been sent. Meanwhile, we

Re: [RFC 1/8] IB/srp: allow task management without a previous request

2010-12-27 Thread David Dillow
On Mon, 2010-12-27 at 16:01 +0100, Bart Van Assche wrote: On Thu, Dec 23, 2010 at 10:31 PM, David Dillow dillo...@ornl.gov wrote: We can only have one task management comment outstanding, so move the completion and status to the target port. This allows us to handle resets of a LUN

[RFC 1/8] IB/srp: allow task management without a previous request

2010-12-23 Thread David Dillow
We can only have one task management comment outstanding, so move the completion and status to the target port. This allows us to handle resets of a LUN without a corresponding request having been sent. Meanwhile, we don't need to play games with host_scribble, just use it as the pointer it is.