v0.0.4 release
-
Enhance HFI monitor so that it can handle back-to-back HFI LPM
hints. Previously it only handles first HFI LPM hints and ignore
the subsequential HFI LPM hints until it exits Low Power mode. -
Enhance HFI monitor to handle HFI hints for banned CPUs.
-
Introduce support for multiple Low Power states.
With this, intel_lpmd can define multiple Low Power states that
have different requirements for EPP/EPB/ITMT setting, IRQ migration,
and task migration. And enter different Low Power state based on
different utilization threshold. -
Introduce support for work load type hint.
Intel firmware is able to predict workload type and expose this hint
to userspace. Add support to define Low Power states and switch
between them based on workload type hint. -
Allow change EPP during Low Power modes transition.
-
Minor fixes and cleanups.
What's Changed
- Update lpmd_cpu.c by @aekoroglu in #22
- automake and autoconf improvements by @kloczek in #23
- lpmd_cpu: ensure online is initialized to zero by @ColinIanKing in #26
- Revert "automake and autoconf improvements" by @zhang-rui in #27
- Revert "Update lpmd_cpu.c" by @zhang-rui in #28
- Reapply the reverted Pull Requests by @zhang-rui in #30
- intel_lpmd 0.0.4 release by @zhang-rui in #31
New Contributors
Full Changelog: v0.0.3...v0.0.4