Attention is currently required from: pespin.
jolly 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:
(3 comments)
File src/core/osmo_io_uring.c:
https://gerrit.osmocom.org/c/libosmocore/+/40492/comment/53d6bb09_882bd31e?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 iof […]
Done
https://gerrit.osmocom.org/c/libosmocore/+/40492/comment/3b2c97a7_7fcfeb1c?u... : PS7, Line 154: msghdr->msg[idx] = iofd_msgb_alloc(iofd);
OSMO_ASSERT(msghdr->msg[idx])
Done
https://gerrit.osmocom.org/c/libosmocore/+/40492/comment/93a527f2_a70a328e?u... : PS7, Line 208: int idx;
this can be an unsigned int afaict.
Done