Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

spandruvada
Copy link

The Efficiency Latency Control (ELC) feature improves performance per watt. With this feature hardware power management algorithms optimize trade-off between latency and power consumption.

Add additional configuration for uncore plugin to include attributes to configure ELC.

Refer to Intel White Paper
Link:

Linux kernel documentation:
https://docs.kernel.org/admin-guide/pm/intel_uncore_frequency_scaling.html

Example configuration:

[uncore_all]
type=uncore
elc_floor_freq_khz=2400000
elc_high_threshold_enable=1
elc_high_threshold_percent=95
elc_low_threshold_percent=10

@spandruvada
Copy link
Author

As per comments in #731
updated pull request.
Thanks @jmencak and @yarda for the code suggestions.

@jmencak
Copy link
Contributor

jmencak commented Aug 13, 2025

Thank you @spandruvada for addressing the issues in #731, I guess we can close it now.

@yarda , do we want to include this in the next FDP? Thanks.

@jmencak
Copy link
Contributor

jmencak commented Aug 13, 2025

LGTM

@yarda
Copy link
Contributor

yarda commented Aug 17, 2025

The CentOS 7 CI failure is unrelated.

The Efficiency Latency Control (ELC) feature improves performance per
watt. With this feature hardware power management algorithms optimize
trade-off between latency and power consumption.

Add additional configuration for uncore plugin to include attributes
to configure ELC.

Refer to Intel White Paper
Link:

Linux kernel documentation:
https://docs.kernel.org/admin-guide/pm/intel_uncore_frequency_scaling.html

Example configuration:

[uncore_all]
type=uncore
elc_floor_freq_khz=2400000
elc_high_threshold_enable=1
elc_high_threshold_percent=95
elc_low_threshold_percent=10
@spandruvada
Copy link
Author

Fixed the issue pointed by @yarda . Thanks for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants