Skip to content

Commit 1c0fe2c

Browse files
committed
Release version 1.6.24
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
1 parent 06f27f7 commit 1c0fe2c

5 files changed

Lines changed: 13 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
55

66
## [ADD NEW VERSION HERE] - ADD DATE HERE
77
### Fixed
8-
- pepc pstates: Support --epp option on AMD CPUs.
98
### Added
109
### Removed
1110
### Changed
1211

12+
## [1.6.24] - 2026-02-09
13+
### Fixed
14+
- pepc pstates: Support --epp option on AMD CPUs.
15+
1316
## [1.6.23] - 2026-02-04
1417
### Fixed
1518
- Fix sysfs uncore directores matching to die IDs.
@@ -923,4 +926,4 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
923926

924927
## [1.1.0] - 2021-10-29
925928
### Changed
926-
- pepc: first release.
929+
- pepc: first release.

pepcdata/man/man1/pepc-pstates.1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,11 @@ The setting has global scope.
228228
\f[B]\-\-epp\f[R]
229229
Retrieve EPP (Energy Performance Preference) using \[aq]sysfs\[aq]
230230
(preferred) or \[aq]msr\[aq] mechanisms.
231-
EPP is a hint to the CPU on energy efficiency vs performance.
232-
The value ranges from 0\-255 (maximum energy efficiency to maximum
233-
performance) or can be a policy name (supported by \[aq]sysfs\[aq]
234-
only).
231+
EPP is a hint to the CPU on energy efficiency versus performance.
232+
On Intel CPUs, both \[aq]msr\[aq] and \[aq]sysfs\[aq] mechanisms are
233+
supported with values ranging from 0\-255 (maximum energy efficiency to
234+
maximum performance) or policy names (\[aq]sysfs\[aq] mechanism only).
235+
On AMD CPUs, only \[aq]sysfs\[aq] is supported with policy names only.
235236
The \[aq]sysfs\[aq] mechanism reads
236237
\[aq]/sys/devices/system/cpu/cpufreq/policy<NUMBER>/energy_performance_preference\[aq],
237238
while the \[aq]msr\[aq] mechanism reads MSR_HWP_REQUEST (0x774), bits

pepctools/_Pepc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from pepclibs.helperlibs.ProcessManager import ProcessManagerType
3838
from pepclibs.PropsTypes import PropertyTypedDict
3939

40-
_VERSION: Final[str] = "1.6.23"
40+
_VERSION: Final[str] = "1.6.24"
4141
TOOLNAME: Final[str] = "pepc"
4242

4343
_LOG = Logging.getLogger(f"{Logging.MAIN_LOGGER_NAME}.pepc").configure(prefix=TOOLNAME)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pepc"
3-
version = "1.6.23"
3+
version = "1.6.24"
44
description = "A tool for configuring power and performance aspects of a Linux system."
55
authors = [
66
{ name = "Artem Bityutskiy", email = "dedekind@gmail.com" }

rpm/pepc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%bcond_without tests
22

33
Name: pepc
4-
Version: 1.6.23
4+
Version: 1.6.24
55
Release: 1%{?dist}
66
Summary: Power, Energy, and Performance Configuration tool
77

0 commit comments

Comments
 (0)