RDTFeatureMode Enumeration

This enumeration represents the state of the Intel® Resource Director Technology (RDT) features: 

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public enum RDTFeatureMode

 

Members

Name

Description

RDT_FEATURE_MODE_FLAT = 0,

This value indicates the Intel® RDT feature is set to Flat performance mode. See the topic Optimizing Performance with Intel Resource Director Technology (RDT) for information on this mode.

RDT_FEATURE_MODE_PRIORITY,

This value indicates the Intel® RDT feature is set to Priority-based CLOS performance mode. See the topic Optimizing Performance with Intel Resource Director Technology (RDT) for information on this mode.

RDT_FEATURE_MODE_NOT_AVAILABLE

This value indicates that the system does not support the Intel® RDT feature.

See Also: