Attention is currently required from: laforge, pespin.
4 comments:
Patchset:
I'm still not convinced we want to add more envvars. […]
Right now I use the envvars for running TTCN3 tests with different io_uring features. It makes it easier to compare.
File src/core/osmo_io_uring.c:
Patch Set #2, Line 186: if (!g_io_uring_batch)
maybe use the OSMO_LIKELY macro for branch prediction optimizaton, as we assume the default is the c […]
Done
Patch Set #2, Line 329: if (!g_io_uring_batch)
same here and further below
Done
File src/core/select.c:
Patch Set #3, Line 440: osmo_io_uring_submit();
I'd say it makes more sense to have the OSMO_UNLIKELY if here directly, to avoid an extra call+ret o […]
Done
To view, visit change 40489. To unsubscribe, or for help writing mail filters, visit settings.