Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rdma: removed SAS ordering requirement
There is no case in which not having Send-After-Send ordering causes issues, so it is safe to remove it. The only possible reordering that can happen is if a ctrl message is received before a connect response message, but we already deal with this case correctly, since the control message is added to the msgbuf and retrieved when isend is called. Signed-off-by: Amedeo Sapio <[email protected]>
- Loading branch information