IORING_SETUP_SQPOLL_PERCPU status? (original) (raw)

I saw a reference to IORING_SETUP_SQPOLL_PERCPU which would be super nice for our use case, it would simplify a lot - currently we'll run one ring per CPU which means polling will not work out of the box very well, having support for having a shared kernel poll thread would greatly simplify usage.

Final mention I could find was https://www.spinics.net/lists/io-uring/msg05067.html and then it seemed to disappear, is it something that could be considered again?