RE: [PATCH] [SCSI] mpt3sas: Added a driver module parameter max_msix_vectors

2013-08-22 Thread Reddy, Sreekanth
nel.org; Nandigama, Nagalakshmi >Subject: Re: [PATCH] [SCSI] mpt3sas: Added a driver module parameter >max_msix_vectors > >Hi Sreekanth, > >Will there be a follow up patch to fix the crash scenario? yes there will be a follow up patch to the issue. we are already in process of

Re: [PATCH] [SCSI] mpt3sas: Added a driver module parameter max_msix_vectors

2013-08-15 Thread Joe Lawrence
> > >-Original Message- > >From: Tomas Henzl [mailto:the...@redhat.com] > >Sent: Wednesday, August 14, 2013 8:48 PM > >To: Reddy, Sreekanth > >Cc: j...@kernel.org; jbottom...@parallels.com; linux-scsi@vger.kernel.org; > >Nandigama, Nagalakshmi > >

Re: [PATCH] [SCSI] mpt3sas: Added a driver module parameter max_msix_vectors

2013-08-15 Thread Tomas Henzl
d. > > Regards, > Sreekanth > >> -Original Message- >> From: Tomas Henzl [mailto:the...@redhat.com] >> Sent: Wednesday, August 14, 2013 8:48 PM >> To: Reddy, Sreekanth >> Cc: j...@kernel.org; jbottom...@parallels.com; linux-scsi@vger.kernel.org; >&g

RE: [PATCH] [SCSI] mpt3sas: Added a driver module parameter max_msix_vectors

2013-08-14 Thread Reddy, Sreekanth
nel.org; jbottom...@parallels.com; linux-scsi@vger.kernel.org; >Nandigama, Nagalakshmi >Subject: Re: [PATCH] [SCSI] mpt3sas: Added a driver module parameter >max_msix_vectors > >On 08/14/2013 02:53 PM, Sreekanth Reddy wrote: >> Added a driver module parameter max_msix_vectors. Using this mo

Re: [PATCH] [SCSI] mpt3sas: Added a driver module parameter max_msix_vectors

2013-08-14 Thread Tomas Henzl
On 08/14/2013 02:53 PM, Sreekanth Reddy wrote: > Added a driver module parameter max_msix_vectors. Using this module parameter > the maximum number of MSI-X vectors could be set. > > The number of MSI-X vectors used would be the minimum of MSI-X vectors > supported by > the HBA, the number of CPU

[PATCH] [SCSI] mpt3sas: Added a driver module parameter max_msix_vectors

2013-08-14 Thread Sreekanth Reddy
Added a driver module parameter max_msix_vectors. Using this module parameter the maximum number of MSI-X vectors could be set. The number of MSI-X vectors used would be the minimum of MSI-X vectors supported by the HBA, the number of CPU cores and the value set to max_msix_vectors module parame