Overview
We need to update the RDT (Resource DesAllocation Technology) implementation to align with runtime-spec v1.3.0. The core shift is moving away from specific flags (enable_cmt, enable_mbm) toward a more flexible schemata string and a unified enable_monitoring flag.
This requires changes not only in the OCI structs but also in the logic that interacts with the resctrl filesystem.
Related Implementation
crun: containers/crun#1866
Reference
opencontainers/runtime-spec#1287