Re: [RESEND][PATCH 01/10][SCSI]mpt2sas: Added driver module parameter max_msix_vectors

2014-07-13 Thread Martin K. Petersen
> "Sreekanth" == Reddy, Sreekanth writes: Sreekanth> Added driver module parameter max_msix_vectors. Using this Sreekanth> module parameter the maximum number of MSI-X vectors could be Sreekanth> set. Sreekanth> The number of MSI-X vectors used would be the minimum of Sreekanth> MSI-X vector

Re: [RESEND][PATCH 01/10][SCSI]mpt2sas: Added driver module parameter max_msix_vectors

2014-07-13 Thread Martin K. Petersen
> "Sreekanth" == Reddy, Sreekanth writes: Sreekanth> Added driver module parameter max_msix_vectors. Using this Sreekanth> module parameter the maximum number of MSI-X vectors could be Sreekanth> set. Sreekanth> The number of MSI-X vectors used would be the minimum of Sreekanth> MSI-X vector

[RESEND][PATCH 01/10][SCSI]mpt2sas: Added driver module parameter max_msix_vectors

2014-06-25 Thread Reddy, Sreekanth
Added 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 parameters