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

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

RDMA/nes: ACK MPA Reply frame



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

Signed-off-by: default avatarTatyana Nikolova <tatyana.e.nikolova@intel.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 0e5fc903
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);