Home
last modified time | relevance | path

Searched hist:e2ad599d (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/io_uring/
H A Dnet.ce2ad599d Mon Nov 07 06:52:35 CST 2022 Dylan Yudaken <dylany@meta.com> 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>