Attention is currently required from: jolly.
pespin has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/libosmocore/+/40492?usp=email )
Change subject: Add multiple messages buffers to io_uring read operations ......................................................................
Patch Set 8:
(2 comments)
File src/core/osmo_io.c:
https://gerrit.osmocom.org/c/libosmocore/+/40492/comment/d5db67e8_2e81ff47?u... : PS8, Line 152: talloc_steal(iofd, msg); Is this code path meaningful/being used? Or can we absorbe the msg param above into being allocated below with the rest?
https://gerrit.osmocom.org/c/libosmocore/+/40492/comment/d0cbc3ad_1561d2b3?u... : PS8, Line 166: * Only READ may have multiple buffers, because packets will only be written to the first buffer. */
code indent should use tabs where possible
Please fix.