Skip to content

Commit

Permalink
tipc: move link synch and failover to link aggregation level
Browse files Browse the repository at this point in the history
Link failover and synchronization have until now been handled by the
links themselves, forcing them to have knowledge about and to access
parallel links in order to make the two algorithms work correctly.

In this commit, we move the control part of this functionality to the
link aggregation level in node.c, which is the right location for this.
As a result, the two algorithms become easier to follow, and the link
implementation becomes simpler.

Tested-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jon Paul Maloy authored and David S. Miller committed Jul 31, 2015
1 parent 66996b6 commit 6e49815
Show file tree
Hide file tree
Showing 5 changed files with 342 additions and 508 deletions.
Loading

0 comments on commit 6e49815

Please sign in to comment.