Whamcloud - gitweb
LU-9120 lnet: LNet Health/Resiliency Feature
authorOleg Drokin <green@whamcloud.com>
Tue, 21 Aug 2018 16:15:26 +0000 (12:15 -0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 21 Aug 2018 16:17:28 +0000 (12:17 -0400)
commitc027cbd8a449fb12a12e6168178fd54ea98f5068
tree0ce531c1c73e00641ced45c2e5f428e0773815b5
parent1ca1da79a9e6b2af9f89a6c237d40b0333f64965
parent958ef71f33fa925e6657f9902702cd3677e15ec9
LU-9120 lnet: LNet Health/Resiliency Feature

The LNet Health/Resiliency feature adds the ability for LNet
to try out different interfaces available to it if message
sending fails. It maintains the health of each remote and local
interfaces and selects the best interface for sending from and best
remote interface to send to.

Merge commit '958ef71f33fa925e6657f9902702cd3677e15ec9'

Change-Id: I9ca740654c48d642fe130f98a60c5c59b9b4ebe1
Signed-off-by: Amir Shehata <ashehata@whamcloud.com>