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 <eli@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
parent
81bea28ffd
commit
75959f56fe
|
@ -1324,6 +1324,7 @@ static enum mlx5_qp_optpar opt_mask[MLX5_QP_NUM_STATE][MLX5_QP_NUM_STATE][MLX5_Q
|
|||
[MLX5_QP_STATE_RTS] = {
|
||||
[MLX5_QP_ST_UD] = MLX5_QP_OPTPAR_Q_KEY,
|
||||
[MLX5_QP_ST_MLX] = MLX5_QP_OPTPAR_Q_KEY,
|
||||
[MLX5_QP_ST_UC] = MLX5_QP_OPTPAR_RWE,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue