Skip to content
Success

Changes

Summary

  1. Add multiple messages buffers to io_uring read operations (details)
Commit b033587f29d8305036a5dd96ec8a18042ea886d5 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