Skip to content
Commit 692da950 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa.platforms.platinfo: Change cpu-capacities key

BREAKING CHANGE: The key has now multiple subkeys:

cpu-capacities:
    orig: {CPU: capa, ...} # Previously "cpu-capacities" key
    rtapp: {CPU: capa, ...} # CPU capacities adjusted to fit rtapp calibration
    writeable: True/False # True if CPU capacities are writeable in sysfs

When using the capacities to create an rtapp workload in implementations of
RTATestBundle.get_rtapp_profile(), "rtapp" subkey must be used in order to work
with the capacities that will be written in sysfs by RTATestBundle.run_rtapp().

If the capacities are not writeable, the "rtapp" subkey is equal to the "orig"
subkey.
parent b8c4e082
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment