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 and flags enabling Intel RDT CMT and MBM features. Intel RDT features are available in Linux 4.14 and newer kernel versions.
Implementations§
source§impl LinuxIntelRdt
impl LinuxIntelRdt
sourcepub fn l3_cache_schema(&self) -> &Option<String>
pub fn l3_cache_schema(&self) -> &Option<String>
The schema for L3 cache id and capacity bitmask (CBM). Format: “L3:<cache_id0>=<cbm0>;<cache_id1>=<cbm1>;…”
sourcepub fn mem_bw_schema(&self) -> &Option<String>
pub fn mem_bw_schema(&self) -> &Option<String>
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.
sourcepub fn enable_cmt(&self) -> &Option<bool>
pub fn enable_cmt(&self) -> &Option<bool>
EnableCMT is the flag to indicate if the Intel RDT CMT is enabled. CMT (Cache Monitoring Technology) supports monitoring of the last-level cache (LLC) occupancy for the container.
sourcepub fn enable_mbm(&self) -> &Option<bool>
pub fn enable_mbm(&self) -> &Option<bool>
EnableMBM is the flag to indicate if the Intel RDT MBM is enabled. MBM (Memory Bandwidth Monitoring) supports monitoring of total and local memory bandwidth for the container.
source§impl LinuxIntelRdt
impl LinuxIntelRdt
sourcepub fn clos_id_mut(&mut self) -> &mut Option<String>
pub fn clos_id_mut(&mut self) -> &mut Option<String>
The identity for RDT Class of Service.
sourcepub fn l3_cache_schema_mut(&mut self) -> &mut Option<String>
pub fn l3_cache_schema_mut(&mut self) -> &mut Option<String>
The schema for L3 cache id and capacity bitmask (CBM). Format: “L3:<cache_id0>=<cbm0>;<cache_id1>=<cbm1>;…”
sourcepub fn mem_bw_schema_mut(&mut self) -> &mut Option<String>
pub fn mem_bw_schema_mut(&mut self) -> &mut Option<String>
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.
sourcepub fn enable_cmt_mut(&mut self) -> &mut Option<bool>
pub fn enable_cmt_mut(&mut self) -> &mut Option<bool>
EnableCMT is the flag to indicate if the Intel RDT CMT is enabled. CMT (Cache Monitoring Technology) supports monitoring of the last-level cache (LLC) occupancy for the container.
sourcepub fn enable_mbm_mut(&mut self) -> &mut Option<bool>
pub fn enable_mbm_mut(&mut self) -> &mut Option<bool>
EnableMBM is the flag to indicate if the Intel RDT MBM is enabled. MBM (Memory Bandwidth Monitoring) supports monitoring of total and local memory bandwidth for the container.
source§impl LinuxIntelRdt
impl LinuxIntelRdt
sourcepub fn set_clos_id(&mut self, val: Option<String>) -> &mut Self
pub fn set_clos_id(&mut self, val: Option<String>) -> &mut Self
The identity for RDT Class of Service.
sourcepub fn set_l3_cache_schema(&mut self, val: Option<String>) -> &mut Self
pub fn set_l3_cache_schema(&mut self, val: Option<String>) -> &mut Self
The schema for L3 cache id and capacity bitmask (CBM). Format: “L3:<cache_id0>=<cbm0>;<cache_id1>=<cbm1>;…”
sourcepub fn set_mem_bw_schema(&mut self, val: Option<String>) -> &mut Self
pub fn set_mem_bw_schema(&mut self, val: Option<String>) -> &mut Self
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.
sourcepub fn set_enable_cmt(&mut self, val: Option<bool>) -> &mut Self
pub fn set_enable_cmt(&mut self, val: Option<bool>) -> &mut Self
EnableCMT is the flag to indicate if the Intel RDT CMT is enabled. CMT (Cache Monitoring Technology) supports monitoring of the last-level cache (LLC) occupancy for the container.
sourcepub fn set_enable_mbm(&mut self, val: Option<bool>) -> &mut Self
pub fn set_enable_mbm(&mut self, val: Option<bool>) -> &mut Self
EnableMBM is the flag to indicate if the Intel RDT MBM is enabled. MBM (Memory Bandwidth Monitoring) supports monitoring of total and local memory bandwidth for the container.
Trait Implementations§
source§impl Clone for LinuxIntelRdt
impl Clone for LinuxIntelRdt
source§fn clone(&self) -> LinuxIntelRdt
fn clone(&self) -> LinuxIntelRdt
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for LinuxIntelRdt
impl Debug for LinuxIntelRdt
source§impl Default for LinuxIntelRdt
impl Default for LinuxIntelRdt
source§fn default() -> LinuxIntelRdt
fn default() -> LinuxIntelRdt
source§impl<'de> Deserialize<'de> for LinuxIntelRdt
impl<'de> Deserialize<'de> for LinuxIntelRdt
source§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>,
source§impl PartialEq for LinuxIntelRdt
impl PartialEq for LinuxIntelRdt
source§fn eq(&self, other: &LinuxIntelRdt) -> bool
fn eq(&self, other: &LinuxIntelRdt) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LinuxIntelRdt
impl Serialize for LinuxIntelRdt
impl Eq for LinuxIntelRdt
impl StructuralPartialEq for LinuxIntelRdt
Auto Trait Implementations§
impl Freeze for LinuxIntelRdt
impl RefUnwindSafe for LinuxIntelRdt
impl Send for LinuxIntelRdt
impl Sync for LinuxIntelRdt
impl Unpin for LinuxIntelRdt
impl UnwindSafe for LinuxIntelRdt
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)