Re: [mpt3sas driver 06/10] mpt3sas: Added smp_affinity_enable module parameter.

2016-02-08 Thread Tomas Henzl
On 8.2.2016 07:01, Suganath Prabu Subramani wrote: > Hi Tomas, > Initially, we posted this patch with "zalloc_cpumassk_var" and Robert > has suggested to use "alloc_cpumask_var". Please check the below link. >

Re: [mpt3sas driver 06/10] mpt3sas: Added smp_affinity_enable module parameter.

2016-02-07 Thread Suganath Prabu Subramani
Hi Tomas, Initially, we posted this patch with "zalloc_cpumassk_var" and Robert has suggested to use "alloc_cpumask_var". Please check the below link. "http://www.gossamer-threads.com/lists/linux/kernel/2068280?do=post_view_threaded#2068280; We incorporated other review comments for freeing

Re: [mpt3sas driver 06/10] mpt3sas: Added smp_affinity_enable module parameter.

2016-02-04 Thread Tomas Henzl
On 28.1.2016 07:37, Suganath prabu Subaramani wrote: > From: Suganath prabu Subramani > > Module parameter to enable/disable configuring > affinity hint for msix vector. > SMP affinity feature can be enabled/disabled by setting > module parameter

[mpt3sas driver 06/10] mpt3sas: Added smp_affinity_enable module parameter.

2016-01-27 Thread Suganath prabu Subaramani
From: Suganath prabu Subramani Module parameter to enable/disable configuring affinity hint for msix vector. SMP affinity feature can be enabled/disabled by setting module parameter "smp_affinity_enable" to 1/0. By default this feature is enabled.