RE: PATCH [2/8] scsi: megaraid_sas - add module param fast_load

2007-11-09 Thread Yang, Bo
. Regards. Bo Yang -Original Message- From: Christoph Hellwig [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 12:40 PM To: Yang, Bo Cc: Christoph Hellwig; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org Subject: Re: PATCH [2/8] scsi: megar

Re: PATCH [2/8] scsi: megaraid_sas - add module param fast_load

2007-11-07 Thread Christoph Hellwig
On Tue, Nov 06, 2007 at 12:04:31PM -0700, Yang, Bo wrote: > I see that scsi_scan_host_selected is in scsi_priv.h and currently is > not used by any other driver. The scsi_priv.h is not part of the include > dir (/include/scsi). One of the major Linux distro's don't even include > this file in /usr/

RE: PATCH [2/8] scsi: megaraid_sas - add module param fast_load

2007-11-06 Thread Yang, Bo
istoph Hellwig Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; Patro, Sumant; Kolli, Neela Subject: RE: PATCH [2/8] scsi: megaraid_sas - add module param fast_load Christoph, I see that scsi_scan_host_selected is in scsi_priv.h and currently is not used

Re: PATCH [2/8] scsi: megaraid_sas - add module param fast_load

2007-10-30 Thread Christoph Hellwig
On Mon, Oct 01, 2007 at 11:46:51AM -0400, bo yang wrote: > +/* > + * Fast driver load option, skip scanning for physical devices during > + * load. This would result in physical devices being skipped during > + * driver load time. These can be later added though, > + * using /proc/scsi/scsi > + */

Re: PATCH [2/8] scsi: megaraid_sas - add module param fast_load

2007-09-28 Thread Randy Dunlap
On Wed, 26 Sep 2007 11:22:10 -0400 bo yang wrote: > Driver will skip physical devices scan for the first time if the fast_load is > set. This is to reduce time for loading driver. > > Signed-off-by: Bo Yang <[EMAIL PROTECTED]> > > --- > drivers/scsi/megaraid/megaraid_sas.c | 69 +