Attention is currently required from: pespin.
2 comments:
File src/core/osmo_io_uring.c:
Patch Set #5, Line 56: #define IOFD_URING_MAXIMUM_SIZE 32768
I'm still wondering where is this maximum specified? Is it a kernel hardcoded value? liburing? Do we […]
IORING_MAX_ENTRIES (io_uring/io_uring.h) inside the kernel defines 32768 entries. there is no define for user space applications.
Patch Set #5, Line 112: /* 32768 is the maximum number of entries the Kernel can handle. */
Better move this comment to where IOFD_URING_MAXIMUM_SIZE is defined.
Done
To view, visit change 40782. To unsubscribe, or for help writing mail filters, visit settings.