Pavel Begunkov 6ced82fb90 io_uring/net: fix sendzc lazy wake polling
[ Upstream commit ef42b85a5609cd822ca0a68dd2bef2b12b5d1ca3 ]

SEND[MSG]_ZC produces multiple CQEs via notifications, LAZY_WAKE doesn't
handle it and so disable LAZY_WAKE for sendzc polling. It should be
fine, sends are not likely to be polled in the first place.

Fixes: 6ce4a93dbb5b ("io_uring/poll: use IOU_F_TWQ_LAZY_WAKE for wakeups")
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/5b360fb352d91e3aec751d75c87dfb4753a084ee.1714488419.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-05-30 09:49:02 +02:00
..
2023-12-29 11:58:41 -08:00
2023-11-28 11:56:29 -07:00
2022-12-07 06:47:13 -07:00
2022-07-24 18:39:11 -06:00
2022-07-24 18:39:14 -06:00
2023-08-11 10:42:57 -06:00
2024-01-11 14:19:23 -08:00