RDTFeatureMode Enumeration

This enumeration represents the state of the Intel® Resource Director Technology (RDT) features: 
  • Intel® Cache Allocation Technology (CAT) mode for performance differentiation among RTSS threads.
  • Intel® Memory Bandwidth Technology (MBA) mode for performance differentiation among RTSS threads.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public enum RDTFeatureMode
Members
Member nameDescription
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_AVAILABLEThis value indicates that the system does not support the Intel® RDT feature.
See Also