On 6/9/23 13:20, Hao Xu wrote:
From: Hao Xu <howeyxu@xxxxxxxxxxx> Add a new setup flag to indicate that the uring instance only use fixed workers as async offload threads. Add a work flag and its code logic as well.
Do we need it? What is the effective difference from limiting workers to 0 via IORING_REGISTER_IOWQ_MAX_WORKERS? It sounds like it should rather be a liburing helper instead. -- Pavel Begunkov