Open
Description
We would like to set IORING_RECVSEND_POLL_FIRST
on the SQE. This is a flag that is set in the ioprio
field in a similar fashion as IORING_RECVSEND_BUNDLE
I don't think it's scalable to keep adding Opcodes that are combinations of these flags and others. This flag is pretty much orthogonal to all other flags. It doesn't require special handling or operations.
Maybe we can just expose ioprio
on the Entry struct using bitfield/Flags?
Metadata
Metadata
Assignees
Labels
No labels