Skip to content
Success

Changes

Summary

  1. omo_io: poll: Support multiple iov on all read/write variants (details)
Commit 4272cd46b1e5b264e6f6b65d38bcb08e3a139a9e by Pau Espin Pedrol
omo_io: poll: Support multiple iov on all read/write variants

The logic was already in place for io_uring, but was missing for poll
backend. So this patch mainly takes the existing logic from there and
adapts it to poll.
This way we can get some easy optimizations even when using poll(),
for programs doing multiple msgb sends on the same event loop iteration.

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