Re: [PATCH net-next] tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving it

2018-12-18 Thread David Miller
From: Zhenbo Gao Date: Tue, 18 Dec 2018 17:43:52 +0800 > NAME_DISTRIBUTOR messages are transmitted through unicast link on TIPC > 2.0, by contrast, the messages are delivered through broadcast link on > TIPC 1.7. But at present, NAME_DISTRIBUTOR messages received by > broadcast link cannot be han

[PATCH net-next] tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving it

2018-12-18 Thread Zhenbo Gao
NAME_DISTRIBUTOR messages are transmitted through unicast link on TIPC 2.0, by contrast, the messages are delivered through broadcast link on TIPC 1.7. But at present, NAME_DISTRIBUTOR messages received by broadcast link cannot be handled in tipc_rcv() until an unicast message arrives, which may le