Branch: refs/heads/master Home: https://github.com/jpirko/libteam Commit: 58addd33e16bd78f322a6f2f6c03097f78fa74d7 https://github.com/jpirko/libteam/commit/58addd33e16bd78f322a6f2f6c03097f78f... Author: Erik Hugne erik.hugne@ericsson.com Date: 2014-11-01 (Sat, 01 Nov 2014)
Changed paths: M teamd/teamd_lw_tipc.c
Log Message: ----------- teamd: tipc: fix team port removal bugs
Fix a bug where memory allocated for the 'links' list was not freed when a team port was removed, and an issue where per-port callback was not deleted when a team port is removed.
Signed-off-by: Erik Hugne erik.hugne@ericsson.com Signed-off-by: Jiri Pirko jiri@resnulli.us
Commit: 950e9ea2ebdac38a728b45fde0aefe2146bec47b https://github.com/jpirko/libteam/commit/950e9ea2ebdac38a728b45fde0aefe2146b... Author: Erik Hugne erik.hugne@ericsson.com Date: 2014-11-01 (Sat, 01 Nov 2014)
Changed paths: M teamd/teamd_lw_tipc.c
Log Message: ----------- teamd: tipc: topology-aware failover
We introduce a more fine-grained approach to team port failover for the TIPC link watcher. Instead of waiting until the last link over a bearer goes down to trigger team port down, we do this immediately when the last link to a logical cluster is lost. This leverages the ability to group nodes into clusters with the <zone>.<cluster>.<node> addressing scheme in TIPC.
Signed-off-by: Erik Hugne erik.hugne@ericsson.com Signed-off-by: Jiri Pirko jiri@resnulli.us
Compare: https://github.com/jpirko/libteam/compare/0fe29e820ff9...950e9ea2ebda
libteam@lists.fedorahosted.org