Skip to content
Failed

Changes

Summary

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