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

L3 Cache are separated via Intel CAT, but L3 competition exists. #287

Open
yanbozyb opened this issue Jan 21, 2025 · 1 comment
Open

L3 Cache are separated via Intel CAT, but L3 competition exists. #287

yanbozyb opened this issue Jan 21, 2025 · 1 comment

Comments

@yanbozyb
Copy link

yanbozyb commented Jan 21, 2025

Hello,

I use Intel CAT to separate L3 cache for three VMs (VM1, VM2, VM3). VM1 is allocated with 6 ways (COS 1), VM2 is 4 ways (COS 2), and VM3 is 1 way (CO3). The masks shown via pqos -s are as below. And I allocated cores used by each VM to independent COS.

L3CA COS1 => MASK 0x3f L3CA COS2 => MASK 0x3c0 L3CA COS3 => MASK 0x400

Each VM uses an independent DRAM device, so I expect there is no impact on performance when running Intel MLC concurrently on VMs. However, there is still impact on performance when I run MLC on three VMs concurrently.

I confirmed the allocation above is valid via sudo pqos -s. Is there any clue to figure out what is the root cause of this?

Thanks!

@rkanagar
Copy link
Contributor

Hi @yanbozyb ,
What kind of performance issue is happening?. Please prove logs/screenshots. Thanks

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

2 participants