Re: [PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling

2015-06-24 Thread Vikas Shivappa
On Wed, 24 Jun 2015, Thomas Gleixner wrote: On Tue, 23 Jun 2015, Vikas Shivappa wrote: This patch modifies hot cpu notification handling in Intel cache monitoring: - to add a new cpu to the cqm_cpumask(which has one cpu per package) during cpu start, it uses the existing package<->core m

Re: [PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling

2015-06-24 Thread Thomas Gleixner
On Tue, 23 Jun 2015, Vikas Shivappa wrote: > This patch modifies hot cpu notification handling in Intel cache > monitoring: > > - to add a new cpu to the cqm_cpumask(which has one cpu per package) > during cpu start, it uses the existing package<->core map instead of > looping through all cp

[PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling

2015-06-23 Thread Vikas Shivappa
This patch modifies hot cpu notification handling in Intel cache monitoring: - to add a new cpu to the cqm_cpumask(which has one cpu per package) during cpu start, it uses the existing package<->core map instead of looping through all cpus in cqm_cpumask. - to search for the next online sibl

Re: [PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling

2015-06-15 Thread Vikas Shivappa
On Mon, 15 Jun 2015, Peter Zijlstra wrote: On Fri, Jun 12, 2015 at 11:17:09AM -0700, Vikas Shivappa wrote: static inline void cqm_pick_event_reader(int cpu) { - int phys_id = topology_physical_package_id(cpu); - int i; + struct cpumask tmp; No cpumasks on stacks. ok ,

Re: [PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling

2015-06-15 Thread Peter Zijlstra
On Fri, Jun 12, 2015 at 11:17:09AM -0700, Vikas Shivappa wrote: > static inline void cqm_pick_event_reader(int cpu) > { > - int phys_id = topology_physical_package_id(cpu); > - int i; > + struct cpumask tmp; No cpumasks on stacks. -- To unsubscribe from this list: send the line "unsu

[PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling

2015-06-12 Thread Vikas Shivappa
This patch modifies hot cpu notification handling in Intel cache monitoring: - to add a new cpu to the cqm_cpumask(which has one cpu per package) during cpu start, it uses the existing package<->core map instead of looping through all cpus in cqm_cpumask. - to search for the next online sibl

[PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling

2015-06-04 Thread Vikas Shivappa
This patch modifies hot cpu notification handling in Intel cache monitoring: - to add a new cpu to the cqm_cpumask(which has one cpu per package) during cpu start, it uses the existing package<->core map instead of looping through all cpus in cqm_cpumask. - to search for the next online sibl

[PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling

2015-06-03 Thread Vikas Shivappa
This patch modifies hot cpu notification handling in Intel cache monitoring: - to add a new cpu to the cqm_cpumask(which has one cpu per package) during cpu start, it uses the existing package<->core map instead of looping through all cpus in cqm_cpumask. - to search for the next online sibl