Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87363
b: refs/heads/master
c: 450bb38
h: refs/heads/master
i:
  87361: dba707e
  87359: ffd985f
v: v3
  • Loading branch information
Patrick Marchand Latifi authored and Roland Dreier committed Mar 11, 2008
1 parent be14d89 commit ac18f59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a049e514b890c8b70b965bbd9f4e3c963af69c9
refs/heads/master: 450bb3875f5f5ab3679823c941d6045d16967370
4 changes: 4 additions & 0 deletions trunk/drivers/infiniband/hw/ipath/ipath_rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,10 @@ static inline void ipath_rc_rcv_resp(struct ipath_ibdev *dev,
list_move_tail(&qp->timerwait,
&dev->pending[dev->pending_index]);
spin_unlock(&dev->pending_lock);

if (opcode == OP(RDMA_READ_RESPONSE_MIDDLE))
qp->s_retry = qp->s_retry_cnt;

/*
* Update the RDMA receive state but do the copy w/o
* holding the locks and blocking interrupts.
Expand Down

0 comments on commit ac18f59

Please sign in to comment.