]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behavior
authorJiufei Xue <jiufei.xue@linux.alibaba.com>
Wed, 17 Jun 2020 09:53:56 +0000 (17:53 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Jun 2020 02:44:00 +0000 (20:44 -0600)
commite1f2ecf81d0fd5f97d57748d3628ed80f7c37640
tree511b0626c1ee3acaabdd9306b880852e618991b5
parentdefced025a650b67b1d133041dab625bcdefd379
io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behavior

Applications can pass this flag in to avoid accept thundering herd.

Signed-off-by: Jiufei Xue <jiufei.xue@linux.alibaba.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c