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.