Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-29 Thread Amit Kucheria
On Wed, Jun 25, 2014 at 9:48 AM, Lisa Nguyen wrote: > Pass hotplug_cpu_start=0 to make check like > these examples below: > > sudo make -C cpuhotplug hotplug_cpu_start=0 check > sudo make hotplug_cpu_start=0 check > > to enable cpuhotplug to run on cpu0 to N. This description doesn't match the be

Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-25 Thread Sanjay Singh Rawat
On Wednesday 25 June 2014 08:38 PM, Amit Kucheria wrote: On Wed, Jun 25, 2014 at 8:21 PM, Sanjay Singh Rawat wrote: Milosz, Yes i meant that. Hmm, i think i am missing the understanding here. So now all cpu are hotpluggable? Technically any cpu can be hotpluggable. But you need to have atlea

Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-25 Thread Amit Kucheria
On Wed, Jun 25, 2014 at 8:21 PM, Sanjay Singh Rawat wrote: > Milosz, > > Yes i meant that. Hmm, i think i am missing the understanding here. So now > all cpu are hotpluggable? Technically any cpu can be hotpluggable. But you need to have atleast one plugged in at anytime else there won't be a ker

Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-25 Thread Sanjay Singh Rawat
On Wednesday 25 June 2014 08:13 PM, Milosz Wasilewski wrote: On 25 June 2014 15:39, Sanjay Singh Rawat wrote: hi Lisa, Can we have this in way like, mask for cpuhotplug. I believe out of cpu0-N one will be permanent. We can pass it like cpu_hotplug_mask=cpuX Sanjay, Do you mean that one CPU

Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-25 Thread Milosz Wasilewski
On 25 June 2014 15:39, Sanjay Singh Rawat wrote: > hi Lisa, > > Can we have this in way like, mask for cpuhotplug. I believe out > of cpu0-N one will be permanent. We can pass it like cpu_hotplug_mask=cpuX Sanjay, Do you mean that one CPU will not be tested always? I don't think this assumption i

Re: [PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-25 Thread Sanjay Singh Rawat
hi Lisa, Can we have this in way like, mask for cpuhotplug. I believe out of cpu0-N one will be permanent. We can pass it like cpu_hotplug_mask=cpuX and skip hotplugging that specific cpu only. On Wednesday 25 June 2014 09:48 AM, Lisa Nguyen wrote: Pass hotplug_cpu_start=0 to make check like th

[PATCH] pm-qa/cpuhotplug: Enable cpuhotplug on cpu0

2014-06-24 Thread Lisa Nguyen
Pass hotplug_cpu_start=0 to make check like these examples below: sudo make -C cpuhotplug hotplug_cpu_start=0 check sudo make hotplug_cpu_start=0 check to enable cpuhotplug to run on cpu0 to N. The hotplug_cpu_start variable will take the default value of 1 if no value is passed so cpuhotplug wi