Commit 6ee59d0
Nathan
UCT/IB/RC: add adaptive TX CQ moderation
When many RC endpoints each send fewer messages than the
tx_moderation threshold, no signaled sends are generated and TX CQ
credits are never reclaimed, eventually exhausting the TX buffer pool.
Fix by also checking iface-level cq_available in the moderation
decision. When CQ credits drop to the tx_moderation threshold, force
the next send on any endpoint to be signaled, ensuring timely
completion processing regardless of per-endpoint send counts.
Closes #13071 parent 6dda7bd commit 6ee59d0
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
473 | 475 | | |
474 | 476 | | |
475 | 477 | | |
| |||
0 commit comments