HCCL_RDMA_SL
Description
Sets the service level (SL) of the RDMA NIC. The value must be the same as the PFC priority set for the NIC. Otherwise, performance may deteriorate.
The value of this environment variable must be an integer. The value range is [0, 7]. The default value is 4.
Example
# Set the priority to 3. export HCCL_RDMA_SL=3
Restrictions
If you call the HCCL C APIs to initialize a communicator with specific configurations and set the service level of the RDMA NIC using the hcclRdmaServiceLevel parameter of HcclCommConfig, the configuration of the communicator takes precedence.