[net-next v2] tipc: update a binding service via broadcast

2020-06-16 Thread Hoang Huu Le
Currently, updating binding table (add service binding to name table/withdraw a service binding) is being sent over replicast. However, if we are scaling up clusters to > 100 nodes/containers this method is less affection because of looping through nodes in a cluster one by one. It is worth to use

Re: [net-next v2] tipc: update a binding service via broadcast

2020-06-17 Thread David Miller
From: Hoang Huu Le Date: Wed, 17 Jun 2020 13:56:05 +0700 > Currently, updating binding table (add service binding to > name table/withdraw a service binding) is being sent over replicast. > However, if we are scaling up clusters to > 100 nodes/containers this > method is less affection because of