Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75295
b: refs/heads/master
c: e1bb784
h: refs/heads/master
i:
  75293: efec46a
  75291: 583934b
  75287: 60191dd
  75279: 0774cce
  75263: 37a838c
v: v3
  • Loading branch information
Dotan Barak authored and Roland Dreier committed Jan 8, 2008
1 parent 1efc81f commit 52538ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ed96f2470bf5d315770dc199f0250c1b8d3c2f3c
refs/heads/master: e1bb7843e4c25e6e331890a2ca512581e844bbaa
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mlx4/cq.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ static int mlx4_ib_poll_one(struct mlx4_ib_cq *cq,
wc->dlid_path_bits = (be32_to_cpu(cqe->g_mlpath_rqpn) >> 24) & 0x7f;
wc->wc_flags |= be32_to_cpu(cqe->g_mlpath_rqpn) & 0x80000000 ?
IB_WC_GRH : 0;
wc->pkey_index = be32_to_cpu(cqe->immed_rss_invalid) >> 16;
wc->pkey_index = be32_to_cpu(cqe->immed_rss_invalid) & 0x7f;
}

return 0;
Expand Down

0 comments on commit 52538ef

Please sign in to comment.