Attention is currently required from: jolly, laforge.
Patch set 5:Code-Review -1
2 comments:
File src/core/osmo_io_uring.c:
Patch Set #4, Line 431: io_uring_submit(&g_ring.ring);
Done
Not done
Patch Set #4, Line 481: io_uring_submit(&g_ring.ring);
Since this pattern is repeated in several places, I'd add a static "inline void io_uring_sched_submit()" function which does this. Then we easily spot places where the same thing needs to be done, and we don't forget updating all of them like it happened already in this version of the patch.
To view, visit change 40489. To unsubscribe, or for help writing mail filters, visit settings.