Re: [PATCH 04/14] ib_srp: Set block layer timeout

2011-12-17 Thread Bart Van Assche
On Thu, Dec 15, 2011 at 8:37 PM, David Dillow dillo...@ornl.gov wrote: +static int srp_slave_alloc(struct scsi_device *sdev) +{ +     struct Scsi_Host *shost = sdev-host; +     struct srp_target_port *target = host_to_target(shost); + +     if (!WARN_ON(target-rq_tmo_jiffies == 0)) +

Re: [PATCH 04/14] ib_srp: Set block layer timeout

2011-12-17 Thread Or Gerlitz
Bart Van Assche bvanass...@acm.org wrote: The default block layer timeout is 30 seconds. Could you provider a pointer to where this is defined? Typical values for the QP local ack timeout and retry count are 19 and 7 respectively, which means that it can take up to 60.1 seconds before a HCA

Re: SDP Kernel Module Compilation

2011-12-17 Thread Alex Merritt
On Fri, Dec 16, 2011 at 17:39, Hefty, Sean sean.he...@intel.com wrote: I'm running a non-RPM system and have installed most of the libraries and the kernel/modules from git repositories directly. My goal is to run applications via SDP. The SDP library is installed, but I cannot seem to find

Re: [PATCH 04/14] ib_srp: Set block layer timeout

2011-12-17 Thread David Dillow
On Sun, 2011-12-18 at 00:03 +0200, Or Gerlitz wrote: Bart Van Assche bvanass...@acm.org wrote: The default block layer timeout is 30 seconds. Could you provider a pointer to where this is defined? Typical values for the QP local ack timeout and retry count are 19 and 7 respectively,

Re: [PATCH 04/14] ib_srp: Set block layer timeout

2011-12-17 Thread David Dillow
On Sat, 2011-12-17 at 18:50 +0100, Bart Van Assche wrote: On Thu, Dec 15, 2011 at 8:37 PM, David Dillow dillo...@ornl.gov wrote: +static int srp_slave_alloc(struct scsi_device *sdev) +{ + struct Scsi_Host *shost = sdev-host; + struct srp_target_port *target =