Skip to content
Success

Changes

Summary

  1. Add multiple messages buffers to io_uring read operations (details)
Commit df67bca37e8d4a6afa288da199860d4b3de41ef0 by Andreas Eversberg
Add multiple messages buffers to io_uring read operations

Multiple message buffers can be read by receiving a single CQE when
using io_uring. If there is less data available than available buffers,
not all buffers will be filled.

Having more than one buffer is optional and the number can be controlled
via environment variable.

Related: OS#6705
Change-Id: Ic4544b8fcbad5a266db748d6864d3ae93ee06bce
The file was modifiedsrc/core/osmo_io.c
The file was modifiedsrc/core/osmo_io_uring.c