[PATCH PM-QA v4] cputopology: add arm capacity calculation test

2015-04-21 Thread Larry Bassel
Add test which verifies capacity calculation on arm architecture platforms. This will work on any platform that uses parse_dt_topology() arch hook to set cpu capacity. Currently only arm (not arm64) platforms do this. Signed-off-by: Larry Bassel --- cputopology/cputopology_04.sh | 131

[PATCH PM-QA v3] cputopology: add arm capacity calculation test

2015-04-02 Thread Larry Bassel
Add test which verifies capacity calculation on arm architecture platforms. Since there isn't yet a similar calculation done for arm64 platforms, this architecture isn't supported by this test (at least as of now). Signed-off-by: Larry Bassel --- cputopology/cputopology_04

Re: [PATCH PM-QA v2] cputopology: add arm capacity calculation test

2015-04-01 Thread Larry Bassel
On 01 Apr 15 18:20, Vincent Guittot wrote: > On 1 April 2015 at 17:41, Lisa Nguyen wrote: > > Gentle ping and friendly reminder that I need someone to ack Larry's > > cpu capacity script before I can merge it :) > > I'm not sure that the beg of the output file which displays the steps > to comput

Re: [PATCH PM-QA v2] cputopology: add arm capacity calculation test

2015-03-24 Thread Larry Bassel
On 24 Mar 15 12:10, Amit Kucheria wrote: > Larry, > > Could you also please attach the output of the script on your test platform? It is attached (there are still debugging printfs in it). > > Regards, > Amit Larry > > On Mon, Mar 9, 2015 at 3:55 AM, Larry Bassel w

Re: [PATCH PM-QA v2] cputopology: add scheduler domain flag test

2015-03-12 Thread Larry Bassel
On 10 Mar 15 12:30, Lisa Nguyen wrote: > On 3 March 2015 at 13:02, Larry Bassel wrote: > > > > Add test which checks and prints scheduler domain flags. > > > > Signed-off-by: Larry Bassel > > --- > >

[PATCH PM-QA v2] cputopology: add arm capacity calculation test

2015-03-08 Thread Larry Bassel
Add test which verifies capacity calculation on arm architecture platforms. Since there isn't yet a similar calculation done for arm64 platforms, this architecture isn't supported by this test (at least as of now). Signed-off-by: Larry Bassel --- cputopology/cputopology_04

[PATCH PM-QA] cputopology: add arm capacity calculation test

2015-03-08 Thread Larry Bassel
Add test which verifies capacity calculation on arm architecture platforms. Since there isn't yet a similar calculation done for arm64 platforms, this architecture isn't supported by this test (at least as of now). Signed-off-by: Larry Bassel --- cputopology/cputopology_04

[PATCH PM-QA v2] cputopology: add scheduler domain flag test

2015-03-03 Thread Larry Bassel
Add test which checks and prints scheduler domain flags. Signed-off-by: Larry Bassel --- cputopology/cputopology_03.sh | 109 + cputopology/cputopology_03.txt | 1 + 2 files changed, 110 insertions(+) create mode 100755 cputopology/cputopology_03.sh

[PATCH PM-QA v2] cputopology: add scheduler domain flag test

2015-03-03 Thread Larry Bassel
Add test which checks and prints scheduler domain flags. Signed-off-by: Larry Bassel --- cputopology/cputopology_03.sh | 109 + cputopology/cputopology_03.txt | 1 + 2 files changed, 110 insertions(+) create mode 100755 cputopology/cputopology_03.sh

Re: [PATCH PM-QA] cputopology: add scheduler domain flag test

2015-02-24 Thread Larry Bassel
On 24 Feb 15 21:53, Vincent Guittot wrote: > On 8 February 2015 at 01:08, Larry Bassel wrote: > > +check_sched_domain_flags() { > > + > > +cpu_num=$1 > > +domain_num=$2 > > + > > + > > sched_domain_flags=/proc/sys/kernel/sched_domain/$cpu_n

[PATCH PM-QA] cputopology: add scheduler domain flag test

2015-02-07 Thread Larry Bassel
Add test which checks and prints scheduler domain flags. Signed-off-by: Larry Bassel --- cputopology/cputopology_03.sh | 74 ++ cputopology/cputopology_03.txt | 1 + 2 files changed, 75 insertions(+) create mode 100755 cputopology/cputopology_03.sh