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

porting: Sync mbuf with latest core #1904

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

sjanc
Copy link
Contributor

@sjanc sjanc commented Oct 31, 2024

This fix msys allocation with multiple mpools. From upstream commit:
" When msys was configured with several mpools and one of the pools run out of buffers, os_mbuf_get() returned NULL even though other mpool did have buffers available.

Now search for suitable buffer checks if suitable pool is empty and if not search continues."

@github-actions github-actions bot added the size/S Small PR label Oct 31, 2024
This fix msys allocation with multiple mpools. From upstream
commit:
" When msys was configured with several mpools and one
of the pools run out of buffers, os_mbuf_get() returned
NULL even though other mpool did have buffers available.

Now search for suitable buffer checks if suitable pool
is empty and if not search continues."
@sjanc sjanc merged commit 1b0b46d into apache:master Oct 31, 2024
19 checks passed
@sjanc sjanc deleted the porting_msys branch October 31, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Small PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants