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
UCP/UCT/IB: Add per-endpoint traffic class (DSCP) for RC/RoCE
Add an optional per-endpoint traffic class programmed onto the RC mlx5 QP,
so endpoints can be tagged with a distinct DSCP (RoCEv2) or GRH traffic
class (IB) for fabric QoS.
- API: ucp_ep_params.ep_traffic_class + UCP_EP_PARAM_FIELD_EP_TRAFFIC_CLASS
- UCT: uct_ep_connect_to_ep_params_t.ep_traffic_class +
UCT_EP_CONNECT_TO_EP_PARAM_FIELD_EP_TRAFFIC_CLASS
- Plumb UCP ep params -> wireup -> rc mlx5 devx QP (primary_address_path.dscp
for RoCEv2, .tclass for IB); default behavior unchanged when unset
- Sentinels UCP_EP_NO_TCLASS / UCT_EP_NO_TCLASS
- Java binding constant
0 commit comments