Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel/os: Fix msys allocation with multiply mpools
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.
- Loading branch information