Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b117f479 authored by Tatyana Nikolova's avatar Tatyana Nikolova Committed by Doug Ledford
Browse files

RDMA/i40iw: ACK MPA Reject frame



Explicitly ACK the MPA Reject frame so the peer does
not retransmit the frame.

Signed-off-by: default avatarTatyana Nikolova <tatyana.e.nikolova@intel.com>
Signed-off-by: default avatarHenry Orosco <henry.orosco@intel.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 5a27fec2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2445,8 +2445,8 @@ static void i40iw_handle_rcv_mpa(struct i40iw_cm_node *cm_node,
		} else {
			type = I40IW_CM_EVENT_CONNECTED;
			cm_node->state = I40IW_CM_STATE_OFFLOADED;
			i40iw_send_ack(cm_node);
		}
		i40iw_send_ack(cm_node);
		break;
	default:
		pr_err("%s wrong cm_node state =%d\n", __func__, cm_node->state);