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 7:
(3 comments)
File src/core/osmo_io_uring.c:
https://gerrit.osmocom.org/c/libosmocore/+/40492/comment/1b36d4d7_595e9d66?u... : PS7, Line 149: /* Set IO vectors and allocate additional read buffers. I have the feeling all this code may need to go inside iofd_msghdr_alloc(), as well as the first iofd_msgb_alloc() above.
https://gerrit.osmocom.org/c/libosmocore/+/40492/comment/68bb6e03_5a8b6e12?u... : PS7, Line 154: msghdr->msg[idx] = iofd_msgb_alloc(iofd); OSMO_ASSERT(msghdr->msg[idx])
https://gerrit.osmocom.org/c/libosmocore/+/40492/comment/44a55283_344b29c1?u... : PS7, Line 208: int idx; this can be an unsigned int afaict.