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
prov/efa: Use tclass to prioritize the messages from an ep
To prioritize the messages from a given endpoint, user can specify `
fi_info->tx_attr->tclass = FI_TC_LOW_LATENCY` in the fi_endpoint()
call to set the service level in rdma-core. All other tclass values
will be ignored.
Signed-off-by: Jessie Yang <[email protected]>
Copy file name to clipboardexpand all lines: man/fi_efa.7.md
+2
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,8 @@ struct fi_efa_mr_attr {
205
205
**query_mr()** returns 0 on success, or the value of errno on failure
206
206
(which indicates the failure reason).
207
207
208
+
# Traffic Class (tclass) in EFA
209
+
To prioritize the messages from a given endpoint, user can specify `fi_info->tx_attr->tclass = FI_TC_LOW_LATENCY` in the fi_endpoint() call to set the service level in rdma-core. All other tclass values will be ignored.
0 commit comments