Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve uncore handling for newer CPUs #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

climberhunt
Copy link
Contributor

Add additional menu option to show uncore fab frequency separately to core infomration, as there is not a 1:1 relationship (new -f flag)

the -L option for repeating output has been detached from the core info output, so now need to do -L 2 -l to repeatedly show core info or -L 2 -lf to show core and uncore fabric info.

For newer SKUs with multiple uncore fabrics, the uncore output will now show them separately, and the min/max can be set on and individual fabric.

To do any uncore operations, the intel_uncore_frequency driver must be present.

Add additional menu option to show uncore fab frequency
separately to core infomration, as there is not a 1:1
relationship (new -f flag)

the -L option for repeating output has been detached from
the core info output, so now need to do -L 2 -l to repeatedly
show core info or -L 2 -lf to show core and uncore fabric info.

For newer SKUs with multiple uncore fabrics, the uncore output
will now show them separately, and the min/max can be set on
and individual fabric.

To do any uncore operations, the intel_uncore_frequency driver
must be present.

Signed-off-by: David Hunt <[email protected]>
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