mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 15:26:48 +07:00
RDMA/i40iw: ACK MPA Reject frame
Explicitly ACK the MPA Reject frame so the peer does not retransmit the frame. Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com> Signed-off-by: Henry Orosco <henry.orosco@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
5a27fec21b
commit
b117f47963
@ -2445,8 +2445,8 @@ static void i40iw_handle_rcv_mpa(struct i40iw_cm_node *cm_node,
|
|||||||
} else {
|
} else {
|
||||||
type = I40IW_CM_EVENT_CONNECTED;
|
type = I40IW_CM_EVENT_CONNECTED;
|
||||||
cm_node->state = I40IW_CM_STATE_OFFLOADED;
|
cm_node->state = I40IW_CM_STATE_OFFLOADED;
|
||||||
i40iw_send_ack(cm_node);
|
|
||||||
}
|
}
|
||||||
|
i40iw_send_ack(cm_node);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
pr_err("%s wrong cm_node state =%d\n", __func__, cm_node->state);
|
pr_err("%s wrong cm_node state =%d\n", __func__, cm_node->state);
|
||||||
|
Loading…
Reference in New Issue
Block a user