mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 23:20:05 +00:00
RDMA/nes: ACK MPA Reply frame
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>
This commit is contained in:
parent
0e5fc90351
commit
f863de7de3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user