# Functions
MBAModeToInt converts suppored MBA modes (none, percentage or mbps) into PQOS compatible values (-1, 0 and 1 respectively)
return error if invalid mode given.
NewCachePoolConfig reads cache pool layout configuration.
NewInfraConfig reads InfraGroup configuration.
NewOSConfig reads OSGroup configuration.
# Structs
CachePool represents cache pool layout configuration.
InfraGroup represents infra group configuration.
OSGroup represents os group configuration.
RDTConfig contains RDT related configuration flags from rmd.toml.