Re: [PATCH 2/3 v5] IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ

2010-08-19 Thread Bart Van Assche
On Thu, Aug 19, 2010 at 2:48 AM, David Dillow d...@thedillows.org wrote: On Mon, 2010-08-16 at 20:55 +0200, Bart Van Assche wrote: Implements SRP_CRED_REQ and SRP_AER_REQ, which are information units defined in the SRP (draft) standard.  Adds declarations for the SRP_CRED_REQ, SRP_CRED_RSP,

Re: [PATCH 2/3 v5] IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ

2010-08-19 Thread David Dillow
On Thu, 2010-08-19 at 12:10 +0200, Bart Van Assche wrote: On Thu, Aug 19, 2010 at 2:48 AM, David Dillow d...@thedillows.org wrote: On Mon, 2010-08-16 at 20:55 +0200, Bart Van Assche wrote: Implements SRP_CRED_REQ and SRP_AER_REQ, which are information units defined in the SRP (draft)

Re: [PATCH 2/3 v5] IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ

2010-08-19 Thread Bart Van Assche
On Thu, Aug 19, 2010 at 12:52 PM, David Dillow d...@thedillows.org wrote: On Thu, 2010-08-19 at 12:10 +0200, Bart Van Assche wrote: On Thu, Aug 19, 2010 at 2:48 AM, David Dillow d...@thedillows.org wrote: [ ... ] If I do not receive any further feedback, I will modify srp_handle_req()

Re: [PATCH 2/3 v5] IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ

2010-08-18 Thread David Dillow
On Mon, 2010-08-16 at 20:55 +0200, Bart Van Assche wrote: Implements SRP_CRED_REQ and SRP_AER_REQ, which are information units defined in the SRP (draft) standard. Adds declarations for the SRP_CRED_REQ, SRP_CRED_RSP, SRP_AER_REQ and SRP_AER_RSP information units to include/scsi/srp.h.

[PATCH 2/3 v5] IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ

2010-08-16 Thread Bart Van Assche
Implements SRP_CRED_REQ and SRP_AER_REQ, which are information units defined in the SRP (draft) standard. Adds declarations for the SRP_CRED_REQ, SRP_CRED_RSP, SRP_AER_REQ and SRP_AER_RSP information units to include/scsi/srp.h. Changes function definition order in ib_srp in order to avoid having