Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59339
b: refs/heads/master
c: 4f5973f
h: refs/heads/master
i:
  59337: eabf08a
  59335: 0e31e5e
v: v3
  • Loading branch information
Arthur Jones authored and Roland Dreier committed Jul 10, 2007
1 parent 5def1f5 commit a0af569
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3588423fbab1cfaf839e67378897e232a054f317
refs/heads/master: 4f5973fd3bed9dbff0940ad6cc918be64a17b3e4
8 changes: 0 additions & 8 deletions trunk/drivers/infiniband/hw/ipath/ipath_qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,14 +516,6 @@ int ipath_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr,
if (attr->path_mtu > IB_MTU_2048)
goto inval;

if (attr_mask & IB_QP_MAX_DEST_RD_ATOMIC)
if (attr->max_dest_rd_atomic > 1)
goto inval;

if (attr_mask & IB_QP_MAX_QP_RD_ATOMIC)
if (attr->max_rd_atomic > 1)
goto inval;

if (attr_mask & IB_QP_PATH_MIG_STATE)
if (attr->path_mig_state != IB_MIG_MIGRATED &&
attr->path_mig_state != IB_MIG_REARM)
Expand Down

0 comments on commit a0af569

Please sign in to comment.