Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276121
b: refs/heads/master
c: 01b225e
h: refs/heads/master
i:
  276119: 4b99de8
v: v3
  • Loading branch information
Kumar Sanghvi authored and Roland Dreier committed Nov 28, 2011
1 parent 90c6e62 commit 8ba811a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c34c97ad8c7c3cdacab2327235c2df4454ff1a06
refs/heads/master: 01b225e18fcb540c5d615ca79ef832473451f118
4 changes: 3 additions & 1 deletion trunk/drivers/infiniband/hw/cxgb4/cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,10 @@ static void send_mpa_req(struct c4iw_ep *ep, struct sk_buff *skb,
(mpa_rev_to_use == 2 ? MPA_ENHANCED_RDMA_CONN : 0);
mpa->private_data_size = htons(ep->plen);
mpa->revision = mpa_rev_to_use;
if (mpa_rev_to_use == 1)
if (mpa_rev_to_use == 1) {
ep->tried_with_mpa_v1 = 1;
ep->retry_with_mpa_v1 = 0;
}

if (mpa_rev_to_use == 2) {
mpa->private_data_size +=
Expand Down

0 comments on commit 8ba811a

Please sign in to comment.