summaryrefslogtreecommitdiff
path: root/fs/mbcache.c
diff options
context:
space:
mode:
authorGavin Shan <gwshan@linux.vnet.ibm.com>2016-10-21 03:47:45 +0300
committerJoel Stanley <joel@jms.id.au>2016-10-21 04:38:12 +0300
commit572e07fe62177e183e9ca68987adb372fe229ba2 (patch)
treed8e90eefa9245bf2981004b58639e829928dc6c9 /fs/mbcache.c
parent5cae1c00c02700f3785762cc550d9eccd676d6fb (diff)
downloadlinux-572e07fe62177e183e9ca68987adb372fe229ba2.tar.xz
net/ncsi: Choose hot channel as active one if necessary
The issue was found on BCM5718 which has two NCSI channels in one package: C0 and C1. C0 is in link-up state while C1 is in link-down state. C0 is chosen as active channel until unplugging and plugging C0's cable: On unplugging C0's cable, LSC (Link State Change) AEN packet received on C0 to report link-down event. After that, C1 is chosen as active channel. LSC AEN for link-up event is lost on C0 when plugging C0's cable back. We lose the network even C0 is usable. This resolves the issue by recording the (hot) channel that was ever chosen as active one. The hot channel is chosen to be active one if none of available channels in link-up state. With this, C0 is still the active one after unplugging C0's cable. LSC AEN packet received on C0 when plugging its cable back. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'fs/mbcache.c')
0 files changed, 0 insertions, 0 deletions