Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/tcp: Fix FI_MULTI_RECV not set on error
When multiple multi-recv buffers are posted, FI_MULTI_RECV would only be set on error if an mrecv entry was already created, meaning the buffer would have already been in-use. If the buffer has not been used yet and a cancelation for this buffer has been processed, correctly set FI_MULTI_RECV when reporting the error, indicating that the buffer is no longer in use. Signed-off-by: Jerome Soumagne <[email protected]>
- Loading branch information