Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mlx5: Convert ah_attr static rate to mlx5 static rate
While creating AV for an AH for IB link layer, IB static rate is programmed in an AV. However it needs conversion from the IB defined static rate of Table 224 of IB spec 1.3 to HCA's internal static rate. Due to this incorrect programming, wrong static rate is used that leads to lower bandwidth when static rate is enabled in the HCA. Therefore, translate IB static rate to mlx5 internal static rate through a conversion table. Fixes: 8c4791a ("libmlx5: First version of libmlx5") Signed-off-by: Parav Pandit <[email protected]> Signed-off-by: Yishai Hadas <[email protected]> (cherry picked from commit 08f5e0a) # Conflicts: # providers/mlx5/verbs.c
- Loading branch information