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

prov/lnx: Convert peer table to use buffer pools #10597

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

amirshehataornl
Copy link
Contributor

Convert peer table to use buffer pools in order to utilize the built-in capabilities of expanding the table as more peers are added dynamically.

The peer table is protected by a read/write lock. Locking/unlocking callbacks are set only if needed.

Convert peer table to use buffer pools in order to utilize the built-in
capabilities of expanding the table as more peers are added dynamically.

The peer table is protected by the domain's genlock.

Signed-off-by: Amir Shehata <[email protected]>
Copy link
Contributor

@aingerson aingerson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rerunning through CI because of issues after switching clusters. Will merge and cherry pick after

@aingerson aingerson merged commit 3b85472 into ofiwg:main Dec 6, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants