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

Edge case of Release and Probe #30

Open
Jerry-Tianchen opened this issue Nov 28, 2023 · 0 comments
Open

Edge case of Release and Probe #30

Jerry-Tianchen opened this issue Nov 28, 2023 · 0 comments

Comments

@Jerry-Tianchen
Copy link

Hi:

I was walking through the code.
Just wondering what will happen if for example:

At time = 1, a Probe to Cacheline A is sent from LLC to MLC via SourceB at LLC.
At time = 2, a Release to Cacheline A is received by LLC from SinkC.

What will the MLC do when it receives the Probe? I notice from the code that it simply assumes the meta is valid via assert (new_meta.hit) at line 656.

The LLC will temporarily block the incoming Release request, but what will happen after the LLC finishes processing the in-flight Probe request?

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