Re: [GIT PULL] Create a workload generator tool

2014-08-07 Thread Juri Lelli
Hi Amit, On 06/08/14 12:35, Amit Kucheria wrote: > Hi Juri, > > On Wed, Aug 6, 2014 at 3:38 PM, Juri Lelli wrote: >> Hi Vincent, >> >> I'm actually adding Chris to Cc: as he is also part of the >> original discussion about rt-app. >> >> On 05/08/14 22:45, Vincent Guittot wrote: >>> Hi Juri, >>>

[PATCH PM-QA] Simplify code to obtain number of cpus for a platform

2014-08-07 Thread Lisa Nguyen
Create a global variable that will look for number of cpus for a platform and use it in multiple functions to make the code simplier to read. Signed-off-by: Lisa Nguyen --- cpufreq/cpufreq_05.sh |6 +++--- cpuhotplug/cpuhotplug_sanity.sh |1 - include/functions.sh|

[PATCH PM-QA] Remove increment variables from check function

2014-08-07 Thread Lisa Nguyen
Remove the pass and fail count variables from the check() function as all the pass/fail/skip counts are done inside the log_end() function. Signed-off-by: Lisa Nguyen --- Note: This was supposed to be part of the refactored pass/skip/fail code, but it got overlooked. include/functions.sh |6

Re: [PATCH PM-QA] Simplify code to obtain number of cpus for a platform

2014-08-07 Thread Amit Kucheria
On Fri, Aug 8, 2014 at 7:05 AM, Lisa Nguyen wrote: > Create a global variable that will look for number of cpus > for a platform and use it in multiple functions to make the > code simplier to read. Agree with the patch. > Signed-off-by: Lisa Nguyen > --- > diff --git a/cpuhotplug/cpuhotplug_s

Re: [GIT PULL] Create a workload generator tool

2014-08-07 Thread Amit Kucheria
On Thu, Aug 7, 2014 at 8:27 PM, Juri Lelli wrote: > Hi Amit, > > On 06/08/14 12:35, Amit Kucheria wrote: >> Hi Juri, >> >> On Wed, Aug 6, 2014 at 3:38 PM, Juri Lelli wrote: >>> Hi Vincent, >>> >>> I'm actually adding Chris to Cc: as he is also part of the >>> original discussion about rt-app. >>>