Attention is currently required from: pespin.
jolly has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/libosmocore/+/40494?usp=email )
Change subject: Send multiple read/recvfrom/recvmsg SQEs in advance ......................................................................
Patch Set 9:
(3 comments)
File src/core/osmo_io_internal.h:
https://gerrit.osmocom.org/c/libosmocore/+/40494/comment/2ab53459_c27a4029?u... : PS8, Line 113: uint8_t read_sqes;
num_read_sqes?
Done
https://gerrit.osmocom.org/c/libosmocore/+/40494/comment/6711bad0_1c5335b6?u... : PS8, Line 117: uint8_t read_count;
reads_in_transit? reads_in_progress?
Done
File src/core/osmo_io_uring.c:
https://gerrit.osmocom.org/c/libosmocore/+/40494/comment/f81052ad_e3d47ddf?u... : PS8, Line 152: msg = iofd_msgb_alloc(iofd);
I think having each loop iteration in a separate function should make this easier to read and mainta […]
Done