Skip to content
Snippets Groups Projects
Commit 07c9951b authored by Isaac Huang's avatar Isaac Huang
Browse files

i=eeb:

-   gmlnd ignored some transmit errors when finalizing lnet messages.
parent 2019b6eb
No related merge requests found
......@@ -30,6 +30,10 @@
ptllnd - Portals 3.3 / UNICOS/lc 1.5.x, 2.0.x
* bug fixes
Severity : normal
Frequency : rare
Description: gmlnd ignored some transmit errors when finalizing lnet messages.
Severity : minor
Frequency : rare
Description: ptllnd logs a piece of incorrect debug info in kptllnd_peer_handle_hello.
......
......@@ -191,7 +191,7 @@ gmnal_tx_done(gmnal_tx_t *tx, int rc)
/* Delay finalize until tx is free */
if (lnetmsg != NULL)
lnet_finalize(gmni->gmni_ni, lnetmsg, 0);
lnet_finalize(gmni->gmni_ni, lnetmsg, rc);
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment