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.