Re: [PATCH] hpsa: add module parameter to disable irq affinity

2019-01-09 Thread Ming Lei
On Thu, Jan 10, 2019 at 5:05 AM wrote: > > -Original Message- > Subject: Re: [PATCH] hpsa: add module parameter to disable irq affinity > > On 1/8/19 10:16 PM, don.br...@microchip.com wrote: > > On 12/3/18 11:35 PM, Don Brace wrote: > >> The PCI_IRQ_AFFINIT

Re: [PATCH] hpsa: add module parameter to disable irq affinity

2019-01-09 Thread Ming Lei
On Tue, Dec 4, 2018 at 6:36 AM Don Brace wrote: > > The PCI_IRQ_AFFINITY flag prevents customers from > changing the smp_affinity and smp_affinity_list entries. > > - add a module parameter to allow this flag to be turned > off. > > - to turn off PCI_IRQ_AFFINITY: > flag hpsa_disable_irq_affin

RE: [PATCH] hpsa: add module parameter to disable irq affinity

2019-01-09 Thread Don.Brace
-Original Message- Subject: Re: [PATCH] hpsa: add module parameter to disable irq affinity On 1/8/19 10:16 PM, don.br...@microchip.com wrote: > On 12/3/18 11:35 PM, Don Brace wrote: >> The PCI_IRQ_AFFINITY flag prevents customers from changing the >> smp_affinity and sm

Re: [PATCH] hpsa: add module parameter to disable irq affinity

2019-01-09 Thread Hannes Reinecke
On 1/8/19 10:16 PM, don.br...@microchip.com wrote: On 12/3/18 11:35 PM, Don Brace wrote: The PCI_IRQ_AFFINITY flag prevents customers from changing the smp_affinity and smp_affinity_list entries. - add a module parameter to allow this flag to be turned off. - to turn off PCI_IRQ_AFFINITY:

RE: [PATCH] hpsa: add module parameter to disable irq affinity

2019-01-08 Thread Don.Brace
Rajashekhara - I30583 ; h...@infradead.org; j...@linux.vnet.ibm.com; joseph.szczy...@hpe.com; posw...@suse.com; shunyong.y...@hxt-semitech.com Cc: linux-scsi@vger.kernel.org Subject: RE: [PATCH] hpsa: add module parameter to disable irq affinity -Original Message- From: Hannes Reinecke

RE: [PATCH] hpsa: add module parameter to disable irq affinity

2018-12-18 Thread Don.Brace
Rajashekhara - I30583 ; h...@infradead.org; j...@linux.vnet.ibm.com; joseph.szczy...@hpe.com; posw...@suse.com; shunyong.y...@hxt-semitech.com Cc: linux-scsi@vger.kernel.org Subject: Re: [PATCH] hpsa: add module parameter to disable irq affinity EXTERNAL EMAIL On 12/3/18 11:35 PM, Don Brace wrote

Re: [PATCH] hpsa: add module parameter to disable irq affinity

2018-12-17 Thread Hannes Reinecke
On 12/3/18 11:35 PM, Don Brace wrote: The PCI_IRQ_AFFINITY flag prevents customers from changing the smp_affinity and smp_affinity_list entries. - add a module parameter to allow this flag to be turned off. - to turn off PCI_IRQ_AFFINITY: flag hpsa_disable_irq_affinity=1 Reviewed-by: Dav

[PATCH] hpsa: add module parameter to disable irq affinity

2018-12-03 Thread Don Brace
The PCI_IRQ_AFFINITY flag prevents customers from changing the smp_affinity and smp_affinity_list entries. - add a module parameter to allow this flag to be turned off. - to turn off PCI_IRQ_AFFINITY: flag hpsa_disable_irq_affinity=1 Reviewed-by: David Carroll Reviewed-by: Scott Teel Signe