[PATCH V8 00/10] New cpumask API and Intel Cache Allocation support

2015-06-04 Thread Vikas Shivappa
Resending same version this time based on tip/perf/core. This patch has some preparatory patches which add a new API cpumask_any_online_but and change hot cpu handling code in existing cache monitoring and RAPL kernel code. This improves hot cpu notification handling by not looping through all onl

Re: [PATCH V8 00/10] New cpumask API and Intel Cache Allocation support

2015-06-03 Thread Vikas Shivappa
On Wed, 3 Jun 2015, Thomas Gleixner wrote: On Wed, 3 Jun 2015, Vikas Shivappa wrote: *All the patches will apply on 4.1-rc4*. And who is going to resolve the merge conflicts which are caused by the updates to the cqm code which are pending in tip/perf ? You are very well aware of that chan

Re: [PATCH V8 00/10] New cpumask API and Intel Cache Allocation support

2015-06-03 Thread Thomas Gleixner
On Wed, 3 Jun 2015, Vikas Shivappa wrote: > *All the patches will apply on 4.1-rc4*. And who is going to resolve the merge conflicts which are caused by the updates to the cqm code which are pending in tip/perf ? You are very well aware of that changes. You got cc'ed on the patches and on the tip

[PATCH V8 00/10] New cpumask API and Intel Cache Allocation support

2015-06-03 Thread Vikas Shivappa
This patch has some preparatory patches which add a new API cpumask_any_online_but and change hot cpu handling code in existing cache monitoring and RAPL kernel code. This improves hot cpu notification handling by not looping through all online cpus which could be expensive in large systems. This w