Attention is currently required from: jolly, laforge.
Patch set 14:Code-Review +1
2 comments:
File src/core/osmo_io_uring.c:
Patch Set #12, Line 194: /* The current ring is full, so we cannot get SQE for the current ring. */
This check is not required. […]
Done
File src/core/osmo_io_uring.c:
Patch Set #13, Line 188: if (read && iofd->u.uring.reads_submitted > 0)
The check in line 179 prevents from submitting subsequent SQEs on a new ring. […]
Done
To view, visit change 40725. To unsubscribe, or for help writing mail filters, visit settings.