Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87365
b: refs/heads/master
c: 4200406
h: refs/heads/master
i:
  87363: ac18f59
v: v3
  • Loading branch information
Roland Dreier committed Mar 12, 2008
1 parent 8254ceb commit d47256d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b3e2749bf32f61e7beb259eb7cfb066d2ec6ad65
refs/heads/master: 4200406b8fbbf309f4fffb339bd16c4553ae0c30
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ static inline int post_send(struct ipoib_dev_priv *priv,
priv->tx_sge[0].addr = addr;
priv->tx_sge[0].length = len;

priv->tx_wr.num_sge = 1;
priv->tx_wr.wr_id = wr_id | IPOIB_OP_CM;

return ib_post_send(tx->qp, &priv->tx_wr, &bad_wr);
Expand Down

0 comments on commit d47256d

Please sign in to comment.