IB/mlx5: Do reverse sequence during device removal
authorParav Pandit <parav@mellanox.com>
Thu, 12 Dec 2019 11:30:21 +0000 (13:30 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 8 Jan 2020 00:18:10 +0000 (20:18 -0400)
commit4cca96a8d9da0ed8217cfdf2aec0c3c8b88e8911
tree7c9b00dc6be1aef8f6240c077a1973b73b619794
parent60262b10a96bb186049f1eca4849ccbb2e81f253
IB/mlx5: Do reverse sequence during device removal

When IB device profile initialization completes, device is marked as
active.

However, IB device is not marked inactive, during device removal flow. It
should be the mirror of the add flow.

Hence, mark it inactive during remove sequence.

Link: https://lore.kernel.org/r/20191212113024.336702-2-leon@kernel.org
Signed-off-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/main.c