Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287701
b: refs/heads/master
c: 75c6062
h: refs/heads/master
i:
  287699: 6c6fe65
v: v3
  • Loading branch information
Eugenia Emantayev authored and David S. Miller committed Feb 15, 2012
1 parent 2315f38 commit 1081724
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: 33b5d30cd8b200024d55ac5830c9efde1102ef4c
refs/heads/master: 75c6062cb797afe624d65c955eb867035622e782
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ int mlx4_QP_ATTACH_wrapper(struct mlx4_dev *dev, int slave,
int attach = vhcr->op_modifier;
int block_loopback = vhcr->in_modifier >> 31;
u8 steer_type_mask = 2;
enum mlx4_steer_type type = gid[7] & steer_type_mask;
enum mlx4_steer_type type = (gid[7] & steer_type_mask) >> 1;

qpn = vhcr->in_modifier & 0xffffff;
err = get_res(dev, slave, qpn, RES_QP, &rqp);
Expand Down

0 comments on commit 1081724

Please sign in to comment.