RDMA/mlx5: Recover from fatal event in dual port mode
authorMaor Gottlieb <maorg@nvidia.com>
Tue, 11 May 2021 05:48:29 +0000 (08:48 +0300)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 17 May 2021 16:52:47 +0000 (13:52 -0300)
commit97f30d324ce6645a4de4ffb71e4ae9b8ca36ff04
tree3a44ba4fc86f79adcf2867c42fc940caf29d171b
parent6863b4d7bf19a54e23fc5838b7e66d954444289d
RDMA/mlx5: Recover from fatal event in dual port mode

When there is fatal event on the slave port, the device is marked as not
active. We need to mark it as active again when the slave is recovered to
regain full functionality.

Fixes: d69a24e03659 ("IB/mlx5: Move IB event processing onto a workqueue")
Link: https://lore.kernel.org/r/8906754455bb23019ef223c725d2c0d38acfb80b.1620711734.git.leonro@nvidia.com
Signed-off-by: Maor Gottlieb <maorg@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/mlx5/main.c