Attention is currently required from: laforge, pespin.
jolly has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/libosmocore/+/40491?usp=email )
Change subject: Add multiple messages buffers to struct iofd_msghdr ......................................................................
Patch Set 6:
(2 comments)
File src/core/osmo_io_internal.h:
https://gerrit.osmocom.org/c/libosmocore/+/40491/comment/7e36cd82_3a36aa3c?u... : PS5, Line 143: int io_len;
I wonder whether this is needed or can be inferred when needed by looking up NULL ptrs in "msg" fiel […]
Without it, we would have extra loops. I want to avoid that. Alternatively we could use a list of msgb+iovec in an extra structure. This would make it much more complex.
File src/core/osmo_io_internal.h:
https://gerrit.osmocom.org/c/libosmocore/+/40491/comment/5b827776_3017afd8?u... : PS3, Line 140: int msg_max;
This should definetly be configurable over API per osmo_iofd object. […]
Done