Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could I check if pqos set llc value is valid in linux file system #255

Open
xfyan0408 opened this issue Oct 24, 2023 · 0 comments
Open

Could I check if pqos set llc value is valid in linux file system #255

xfyan0408 opened this issue Oct 24, 2023 · 0 comments

Comments

@xfyan0408
Copy link

xfyan0408 commented Oct 24, 2023

As we all know, we can check the cpu llc in the file below:

cat /sys/devices/system/cpu/cpu16/cache/index3/shared_cpu_map

but when I define and allocate clos of llc, the content in /sys/devices/system/cpu/cpu16/cache/index3/shared_cpu_map is not changed:

pqos -e llc:4=0x1
pqos -a llc:4=16 

root@IPL238:~/#  pqos -e llc:4=0x1
NOTE:  Mixed use of MSR and kernel interfaces to manage
       CAT or CMT & MBM may lead to unexpected behavior.
SOCKET 0 L3CA COS4 => MASK 0x1
SOCKET 1 L3CA COS4 => MASK 0x1
Allocation configuration altered.

root@IPL238:~/# pqos -a llc:4=16
NOTE:  Mixed use of MSR and kernel interfaces to manage
       CAT or CMT & MBM may lead to unexpected behavior.
Allocation configuration altered.

root@IPL238:~/# cat /sys/devices/system/cpu/cpu16/cache/index3/shared_cpu_map
ffc00

I do not know why and I wonder if I can only verify the pqos function by pqos -s?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant