Skip to content

Commit

Permalink
RDMA/nes: ACK MPA Reply frame
Browse files Browse the repository at this point in the history
Explicitly ACK the MPA Reply frame so the peer
does not retransmit the frame.

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
  • Loading branch information
Tatyana Nikolova authored and Doug Ledford committed Jun 1, 2017
1 parent 0e5fc90 commit f863de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/nes/nes_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ static void handle_rcv_mpa(struct nes_cm_node *cm_node, struct sk_buff *skb)
type = NES_CM_EVENT_CONNECTED;
cm_node->state = NES_CM_STATE_TSA;
}

send_ack(cm_node, NULL);
break;
default:
WARN_ON(1);
Expand Down

0 comments on commit f863de7

Please sign in to comment.