Loading
!9883 AMD QoS new features BMEC and SMBA
Merge Pull Request from: @kile2009 support new features: Bandwidth Monitoring Event Configuration (BMEC) Slow Memory Bandwidth allocation (SMBA) testing: cat /sys/fs/resctrl/info/L3_MON/mon_features llc_occupancy mbm_total_bytes mbm_total_bytes_config mbm_local_bytes mbm_local_bytes_config sudo bash -c "echo 0=0x33 > /sys/fs/resctrl/info/L3_MON/mbm_total_bytes_config" wwk@localhost:~$ cat /sys/fs/resctrl/info/L3_MON/mbm_total_bytes_config 0=0x33;1=0x7f;2=0x7f;3=0x7f;4=0x7f;5=0x7f;6=0x7f;7=0x7f;8=0x7f;9=0x7f;10=0x7f;11=0x7f cat /sys/fs/resctrl/info/L3_MON/mbm_local_bytes_config 0=0x15;1=0x15;2=0x15;3=0x15;4=0x15;5=0x15;6=0x15;7=0x15;8=0x15;9=0x15;10=0x15;11=0x15 cat /sys/fs/resctrl/info/L3_MON/mbm_total_bytes_config 0=0x33;1=0x7f;2=0x7f;3=0x7f;4=0x7f;5=0x7f;6=0x7f;7=0x7f;8=0x7f;9=0x7f;10=0x7f;11=0x7f Link:https://gitee.com/openeuler/kernel/pulls/9883 Reviewed-by:Jason Zeng <jason.zeng@intel.com> Reviewed-by:
Zhang Jianhua <chris.zjh@huawei.com> Reviewed-by:
Zucheng Zheng <zhengzucheng@huawei.com> Reviewed-by:
Li Nan <linan122@huawei.com> Signed-off-by:
Li Nan <linan122@huawei.com>