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

Decrement core stats only if the cache line mapping is cleaned #851

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robertbaldyga
Copy link
Member

We skip cleaning the mapping and moving the cache line to the free list in a situation when there are waiters on the cache line lock. Refrain from decrementing core stats in that situation as well, and let repart of the waiter request do the updates as needed.

We skip cleaning the mapping and moving the cache line to the free list
in a situation when there are waiters on the cache line lock.
Refrain from decrementing core stats in that situation as well, and let
repart of the waiter request do the updates as needed.

Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
@robertbaldyga robertbaldyga force-pushed the core-stat-fix-inv-waiter branch from 47d5de7 to 3959f58 Compare October 14, 2024 11:29
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

Successfully merging this pull request may close these issues.

2 participants