Skip to content
Commit 7ef66d18 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: remove IORING_CQE_F_MSG



This was introduced with the message ring opcode, but isn't strictly
required for the request itself. The sender can encode what is needed
in user_data, which is passed to the receiver. It's unclear if having
a separate flag that essentially says "This CQE did not originate from
an SQE on this ring" provides any real utility to applications. While
we can always re-introduce a flag to provide this information, we cannot
take it away at a later point in time.

Remove the flag while we still can, before it's in a released kernel.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 8a3e8ee5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment