Skip to content

Commit 75959f5

Browse files
Eli Cohenrolandd
authored andcommitted
mlx5: Fix opt param mask for sq err to rts transition
Add missing entry in the table for UC transport. Signed-off-by: Eli Cohen <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
1 parent 81bea28 commit 75959f5

File tree

1 file changed

+1
-0
lines changed
  • drivers/infiniband/hw/mlx5

1 file changed

+1
-0
lines changed

drivers/infiniband/hw/mlx5/qp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,7 @@ static enum mlx5_qp_optpar opt_mask[MLX5_QP_NUM_STATE][MLX5_QP_NUM_STATE][MLX5_Q
13241324
[MLX5_QP_STATE_RTS] = {
13251325
[MLX5_QP_ST_UD] = MLX5_QP_OPTPAR_Q_KEY,
13261326
[MLX5_QP_ST_MLX] = MLX5_QP_OPTPAR_Q_KEY,
1327+
[MLX5_QP_ST_UC] = MLX5_QP_OPTPAR_RWE,
13271328
},
13281329
},
13291330
};

0 commit comments

Comments
 (0)