Struct oci_spec::runtime::LinuxIntelRdt
source · [−]pub struct LinuxIntelRdt { /* private fields */ }Expand description
LinuxIntelRdt has container runtime resource constraints for Intel RDT CAT and MBA features which introduced in Linux 4.10 and 4.12 kernel.
Implementations
The schema for L3 cache id and capacity bitmask (CBM).
Format: “L3:<cache_id0>=
The schema of memory bandwidth per L3 cache id. Format: “MB:<cache_id0>=bandwidth0;<cache_id1>=bandwidth1;…” The unit of memory bandwidth is specified in “percentages” by default, and in “MBps” if MBA Software Controller is enabled.
The identity for RDT Class of Service.
The schema for L3 cache id and capacity bitmask (CBM).
Format: “L3:<cache_id0>=
The schema of memory bandwidth per L3 cache id. Format: “MB:<cache_id0>=bandwidth0;<cache_id1>=bandwidth1;…” The unit of memory bandwidth is specified in “percentages” by default, and in “MBps” if MBA Software Controller is enabled.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LinuxIntelRdt
impl Send for LinuxIntelRdt
impl Sync for LinuxIntelRdt
impl Unpin for LinuxIntelRdt
impl UnwindSafe for LinuxIntelRdt
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.