Re: [PATCH net-next 1/1] tipc: add neighbor monitoring framework

2016-06-15 Thread David Miller
From: Jon Maloy Date: Mon, 13 Jun 2016 20:46:22 -0400 > TIPC based clusters are by default set up with full-mesh link > connectivity between all nodes. Those links are expected to provide > a short failure detection time, by default set to 1500 ms. Because > of this, the background load for neigh

[PATCH net-next 1/1] tipc: add neighbor monitoring framework

2016-06-13 Thread Jon Maloy
TIPC based clusters are by default set up with full-mesh link connectivity between all nodes. Those links are expected to provide a short failure detection time, by default set to 1500 ms. Because of this, the background load for neighbor monitoring in an N-node cluster increases with a factor N on

[PATCH net-next 1/1] tipc: add neighbor monitoring framework

2016-06-13 Thread Jon Maloy
TIPC based clusters are by default set up with full-mesh link connectivity between all nodes. Those links are expected to provide a short failure detection time, by default set to 1500 ms. Because of this, the background load for neighbor monitoring in an N-node cluster increases with a factor N on