提交 f863de7d 编写于 作者: T Tatyana Nikolova 提交者: Doug Ledford

RDMA/nes: ACK MPA Reply frame

Explicitly ACK the MPA Reply frame so the peer
does not retransmit the frame.
Signed-off-by: NTatyana Nikolova <tatyana.e.nikolova@intel.com>
Signed-off-by: NDoug Ledford <dledford@redhat.com>
上级 0e5fc903
...@@ -1825,7 +1825,7 @@ static void handle_rcv_mpa(struct nes_cm_node *cm_node, struct sk_buff *skb) ...@@ -1825,7 +1825,7 @@ static void handle_rcv_mpa(struct nes_cm_node *cm_node, struct sk_buff *skb)
type = NES_CM_EVENT_CONNECTED; type = NES_CM_EVENT_CONNECTED;
cm_node->state = NES_CM_STATE_TSA; cm_node->state = NES_CM_STATE_TSA;
} }
send_ack(cm_node, NULL);
break; break;
default: default:
WARN_ON(1); WARN_ON(1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册