summaryrefslogtreecommitdiff
path: root/net/ncsi/ncsi-aen.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-20net/ncsi: NCSI AEN packet handlerGavin Shan1-0/+193
This introduces NCSI AEN packet handlers that result in (A) the currently active channel is reconfigured; (B) Currently active channel is deconfigured and disabled, another channel is chosen as active one and configured. Case (B) won't happen if hardware arbitration has been enabled, the channel that was in active state is suspended simply. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Acked-by: Joel Stanley <joel@jms.id.au> Signed-off-by: David S. Miller <davem@davemloft.net>