Commit b21ef16a authored by Steve Wise's avatar Steve Wise Committed by Roland Dreier

RDMA/cxgb4: Don't call abort_connection() for active connect failures

Signed-off-by: default avatarSteve Wise <swise@opengridcomputing.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent f38926aa
...@@ -969,7 +969,8 @@ static void process_mpa_reply(struct c4iw_ep *ep, struct sk_buff *skb) ...@@ -969,7 +969,8 @@ static void process_mpa_reply(struct c4iw_ep *ep, struct sk_buff *skb)
goto err; goto err;
goto out; goto out;
err: err:
abort_connection(ep, skb, GFP_KERNEL); state_set(&ep->com, ABORTING);
send_abort(ep, skb, GFP_KERNEL);
out: out:
connect_reply_upcall(ep, err); connect_reply_upcall(ep, err);
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment