IB/mthca: fix for SQEr-to-RTS transition in modify QP
Fixes to SQEr->RTS transition in modify_qp: 1. The flag IB_QP_ACCESS_FLAGS is optional for UC qps 2. The SQEr state is not supported for RC qps Signed-off-by: Jack Morgenstein <jackm@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
committed by
Roland Dreier
parent
5b3bc7a681
commit
0364ffc3e8
@@ -476,9 +476,8 @@ static const struct {
|
|||||||
.opt_param = {
|
.opt_param = {
|
||||||
[UD] = (IB_QP_CUR_STATE |
|
[UD] = (IB_QP_CUR_STATE |
|
||||||
IB_QP_QKEY),
|
IB_QP_QKEY),
|
||||||
[UC] = IB_QP_CUR_STATE,
|
[UC] = (IB_QP_CUR_STATE |
|
||||||
[RC] = (IB_QP_CUR_STATE |
|
IB_QP_ACCESS_FLAGS),
|
||||||
IB_QP_MIN_RNR_TIMER),
|
|
||||||
[MLX] = (IB_QP_CUR_STATE |
|
[MLX] = (IB_QP_CUR_STATE |
|
||||||
IB_QP_QKEY),
|
IB_QP_QKEY),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user