v0.3.0
This release provides basic support for Intel® Speed Select Technology Base Frequency (SST-BF) and Core Power (SST-CP) as well as basic support for controlling CPU frequency limits through the cpufreq and uncore kernel drivers. In addition, the release contains multiple bug fixes to rdt support.
What's Changed
- rdt/test: consider monitor group creation failure a fatal event by @okartau in #76
- doc: add blockio configuration example by @askervin in #79
- make: Enable gofmt to write changes by @jukkar in #84
- Add support to disable/enable SST-BF by @jukkar in #77
- go.mod: update dependencies by @marquiz in #85
- rdt: add a sample application for the RDT API by @marquiz in #82
- rdt: fix default schemata by @marquiz in #89
- Add an API to change the CPU min/max freq by @jukkar in #90
- sysfs: fix setting of cpufreq attributes by @marquiz in #92
- rdt: handle empty config correctly by @marquiz in #91
- rdt: do not prune mon groups at init by @marquiz in #83
- go.mod: update golang.org/x/sys by @marquiz in #93
- utils: add functions for setting uncore frequency limits by @marquiz in #94
- Add support for SST-CP by @jukkar in #80
- Update to golang v1.18 by @marquiz in #96
- go.mod: update deps by @marquiz in #95
New Contributors
Full Changelog: v0.2.0...v0.3.0