Skip to content

Do sequential io_uring_prep_send requests require linking? #1001

@andyg24

Description

@andyg24

I already posted this as a discussion topic 5 days ago but didn't get any traction.

For operations where the order of completion is significant, such as send requests to a TCP socket, can I assume that requests will be processed (i.e. serialized) in the order of submission, at least when submitted to the same ring by the same thread? Or do I still need to use IOSQE_IO_LINK in that situation?

It would be good to clarify this in the man page, as I couldn't easily find the answer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions