You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btl/base_am_rdma: fix handling of btl_send returning 1
Active message RDMA uses btl_send to send the initial
request and RDMA response.
btl_send will return 0 when the descriptor has been
successfully queued for send, and will return 1 when
the desciptor has been successfully sent.
Currently, active message RDMA treats the return value
1 as an error, thus will either return the value
to caller, or retry the send.
This patch address the issue by correctly handling
the return value 1.
Signed-off-by: Wei Zhang <[email protected]>
0 commit comments