Last active
February 28, 2018 11:02
-
-
Save claudioscordino/d4a10e8b3ceac419fb0c8b552db19806 to your computer and use it in GitHub Desktop.
cpufreq: schedutil: rate limits for SCHED_DEADLINE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When the SCHED_DEADLINE scheduling class increases the CPU utilization, | |
we should not wait for the rate limit, otherwise we may miss some | |
deadline. | |
This gist shows the performance measured in terms of both deadline misses | |
and energy consumption when applying the proposed patch on a Odroid XU4 | |
(i.e. Exynos5422 SoC). The amount of deadline misses and energy consumption | |
have been measured through rt-app and Baylibre Cape, respectively. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment