RDMA/mlx5: Handle link status event only for LAG device
authorYuyu Li <liyuyu6@huawei.com>
Fri, 22 Nov 2024 10:53:07 +0000 (18:53 +0800)
committerLeon Romanovsky <leon@kernel.org>
Thu, 26 Dec 2024 04:39:11 +0000 (23:39 -0500)
commit379013776222e296645f39a689c57edc5f13b5be
tree5a161157eb4a04aa5d047e8cd3ad4cf1e2c69539
parente89fd16278fda644fc7e3a6870d814d294be05b9
RDMA/mlx5: Handle link status event only for LAG device

The link status events of non-LAG devices are now handled in ib_core,
so only LAG device events need to be handled in driver.

Signed-off-by: Yuyu Li <liyuyu6@huawei.com>
Signed-off-by: Junxian Huang <huangjunxian6@hisilicon.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/mlx5/main.c