Re: [RFC v2 0/3][TESTS] LAB: Support for Legacy Application Boostergovernor - tests results

From: Lukasz Majewski
Date: Fri May 24 2013 - 04:30:53 EST


Hi Viresh,

> On 24 May 2013 11:26, Lukasz Majewski <l.majewski@xxxxxxxxxxx> wrote:
> >> > On 22 May 2013 15:57, Lukasz Majewski <l.majewski@xxxxxxxxxxx>
> > As you wished, I've provided relevant data for overclocking.
> >
> > Would you be so kind and comment on them?
>
> I was about to reply ... was busy with some other backlog :)
>
> >> Test HW Exynos4412 (4 Cores):
> >> Kernel 3.8.3
> >>
> >> Ondemand max freq: 1.4 GHz
> >> Overclock max freq: 1.5 GHz
> >>
> >>
> >> Ondemand improvement with and without overclocking (called by us
> >> TurboBoost - TB):
> >>
> >> Dhrystone has been built according to:
> >> http://zenit.senecac.on.ca/wiki/index.php/Dhrystone_howto
> >> It's Makefile is also attached.
> >> ------------------------------------------------
> >>
> >> Dhrystone # of Threads
> >> 1 2 3 4
> >> ondemand 2054794 2061855 2097902 2090592
> >> ondemand + TB 2290076 2205882 2281368 2290076
> >>
> >> Improvement: 10% 7% 8% 9%
> >> -------------------------------------------------
> >>
> >> Electric charge [C]
> >> (Avg) [A] * [second] # of Threads
> >> 1 2 3 4
> >> ondemand 1,334 1,837 2,296 3,096
> >> ondemand + TB 1,401 2,2025 2,907 4,34976
> >>
> >> Power cost: 5% 17% 21% 29%
> >> -------------------------------------------------
> >>
> >> Execution time [second] # of Threads
> >> 1 2 3 4
> >> ondemand 2,827 2,8 2,787 2,872
> >> ondemand + TB 2,622 2,694 2,667 2,76
> >>
> >>
> >> Speedup: -7% -4% -4% -4%
> >>
> >> -------------------------------------------------
> >>
> >> "Real life" example:
> >> time tar -czf linux-3.9.1.tar.gz linux-3.9.1/
> >>
> >> Avg current[mA] Time[s]
> >> Ondemand: 460 153
> >> Ondemand + TB: 512 144
> >>
> >> Result: +10% -6%
> >>
> >> Conclusion:
> >>
> >> The main use case for TB is to speed up execution of tasks packed
> >> to one core. Other cores are then in IDLE state.
> >>
> >> For a single core we can safely overclock, since we will not exceed
> >> its power consumption and thermal limits.
>
> Hmm... So its ultraclear that higher clock rates have given us better
> performance numbers, obviously at the cost of power.

Yep, no magic here.

>
> Now, why don't we simply add this high end frequency in the available
> frequencies list? And then ondemand can set it whenever the load is
> high? Why do we need additional core support for it?

The overclock frequency (1.5 GHz) is possible to set as an ordinary,
available frequency (policy->max) for ondemand.

Unfortunately with our load patterns, this frequency rapidly increases
internal chip temperature (chip goes out of available power/thermal
dissipation range), and consumes extra power when not needed.

The core idea with overclock is to increase ("boost") the frequency
when conditions allow to do it (for example load is affined to a single
core, other are idle). Then we will not exceed power/thermal budget, but
increase performance (and even save power).


Overclocking is efficiently utilized by LAB, which relies on a number of
idle cpus. Thus, we can easily asses if we can enable it.

I also foresee potential use of overclocking, when scheduler will take a
major role of power saver for mobile (ARM) linux. Since it will try to
pack as much tasks as possible to a single core - it will need a
framework/API to "boost" their execution.


--
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland | Linux Platform Group
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/