[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20191106.211617.1179395285730859401.davem@davemloft.net>
Date: Wed, 06 Nov 2019 21:16:17 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: tuong.t.lien@...tech.com.au
Cc: jon.maloy@...csson.com, maloy@...jonn.com, ying.xue@...driver.com,
netdev@...r.kernel.org, tipc-discussion@...ts.sourceforge.net
Subject: Re: [net-next] tipc: eliminate the dummy packet in link synching
From: Tuong Lien <tuong.t.lien@...tech.com.au>
Date: Wed, 6 Nov 2019 18:12:17 +0700
> When preparing tunnel packets for the link failover or synchronization,
> as for the safe algorithm, we added a dummy packet on the pair link but
> never sent it out. In the case of failover, the pair link will be reset
> anyway. But for link synching, it will always result in retransmission
> of the dummy packet after that.
> We have also observed that such the retransmission at the early stage
> when a new node comes in a large cluster will take some time and hard
> to be done, leading to the repeated retransmit failures and the link is
> reset.
>
> Since in commit 4929a932be33 ("tipc: optimize link synching mechanism")
> we have already built a dummy 'TUNNEL_PROTOCOL' message on the new link
> for the synchronization, there's no need for the dummy on the pair one,
> this commit will skip it when the new mechanism takes in place. In case
> nothing exists in the pair link's transmq, the link synching will just
> start and stop shortly on the peer side.
>
> The patch is backward compatible.
>
> Acked-by: Jon Maloy <jon.maloy@...csson.com>
> Tested-by: Hoang Le <hoang.h.le@...tech.com.au>
> Signed-off-by: Tuong Lien <tuong.t.lien@...tech.com.au>
Applied, thanks Tuong.
Powered by blists - more mailing lists