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/uct: correctly set the completion status before using uct completions
According to UCT documentation the status field must be preset to UCS_OK before
the completion is used. My assumption here is that the field is not filled in in
all cases leaving the value as potentially garbage. This CL addresses the issue
but setting the status in the constructor for both RDMA completions and frags.
The status is then reset on completion callback.
Signed-off-by: Nathan Hjelm <hjelmn@google.com>
0 commit comments