]> www.infradead.org Git - users/hch/block.git/commit
io_uring: allow multishot recv CQEs to overflow
authorDylan Yudaken <dylany@meta.com>
Mon, 7 Nov 2022 12:52:35 +0000 (04:52 -0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 7 Nov 2022 20:17:17 +0000 (13:17 -0700)
commitbeecb96e259f0d8e59f8bbebc6b007084f87d66d
tree29e2c733c0f1459d9d1a237f6b4ed97bb7f70a21
parent7bf3f5a6acfb5c2daaf7657b28c73eee7ed5db8b
io_uring: allow multishot recv CQEs to overflow

With commit aa1df3a360a0 ("io_uring: fix CQE reordering"), there are
stronger guarantees for overflow ordering. Specifically ensuring that
userspace will not receive out of order receive CQEs. Therefore this is
not needed any more for recv/recvmsg.

Signed-off-by: Dylan Yudaken <dylany@meta.com>
Link: https://lore.kernel.org/r/20221107125236.260132-4-dylany@meta.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c