Skip to content

Instantly share code, notes, and snippets.

@claudioscordino
Last active February 28, 2018 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudioscordino/d4a10e8b3ceac419fb0c8b552db19806 to your computer and use it in GitHub Desktop.
Save claudioscordino/d4a10e8b3ceac419fb0c8b552db19806 to your computer and use it in GitHub Desktop.
cpufreq: schedutil: rate limits for SCHED_DEADLINE
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