Attention is currently required from: jolly.
3 comments:
File src/core/osmo_io.c:
Patch Set #4, Line 248: lh = iofd->tx_queue.msg_queue.prev;
I added the suggested llist_last_entry_or_null().
You added it to libosmocore but apparently not using it here?
Patch Set #4, Line 517: msghdr = iofd_txqueue_tail(iofd);
Done
Not done, not answered, no comment explaining in code.
Patch Set #4, Line 539: rc = iofd_txqueue_enqueue(iofd, msghdr);
If io_uring processes a msghdr, it has been removed from the queue before, so everything within the […]
Done
To view, visit change 40493. To unsubscribe, or for help writing mail filters, visit settings.