I would like to poll on an io_uring file descriptor to be notified when CQE's are available, either via poll(2) or IORING_OP_POLL_ADD. This doesn't seem to work on 5.10. Is this feasible to add support for?
I would like to poll on an io_uring file descriptor to be notified when CQE's are available, either via poll(2) or IORING_OP_POLL_ADD. This doesn't seem to work on 5.10. Is this feasible to add support for?