Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56739
b: refs/heads/master
c: 3f37cae
h: refs/heads/master
i:
  56737: 6d23b0c
  56735: cd392b4
v: v3
  • Loading branch information
Rolf Manderscheid authored and Roland Dreier committed May 19, 2007
1 parent 5dd3651 commit a8b3614
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: 1f8f7b7a7b885a0041a21b3d93c507269baf57c8
refs/heads/master: 3f37cae6944de9d380c83f717f73d91ec6255d98
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/hw/mthca/mthca_av.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ int mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah,
(be32_to_cpu(ah->av->sl_tclass_flowlabel) >> 20) & 0xff;
header->grh.flow_label =
ah->av->sl_tclass_flowlabel & cpu_to_be32(0xfffff);
header->grh.hop_limit = ah->av->hop_limit;
ib_get_cached_gid(&dev->ib_dev,
be32_to_cpu(ah->av->port_pd) >> 24,
ah->av->gid_index % dev->limits.gid_table_len,
Expand Down

0 comments on commit a8b3614

Please sign in to comment.