On Fri, 25 Mar 2022 02:37:55 -0700, Dylan Yudaken wrote: > When polling sockets for accept, use EPOLLEXCLUSIVE. This is helpful > when multiple accept SQEs are submitted. > > For O_NONBLOCK sockets multiple queued SQEs would previously have all > completed at once, but most with -EAGAIN as the result. Now only one > wakes up and completes. > > [...] Applied, thanks! [1/1] io_uring: enable EPOLLEXCLUSIVE for accept poll commit: 52dd86406dfa322c8d42b3a4328858abdc6f1d85 Best regards, -- Jens Axboe