IB/mlx5: Skip handling unknown events
Do not dispatch unknown mlx5 core events on mlx5_ib_event. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Eugenia Emantayev <eugenia@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
This commit is contained in:
committed by
Leon Romanovsky
parent
a909d3e636
commit
bdc379249c
@@ -2358,6 +2358,8 @@ static void mlx5_ib_event(struct mlx5_core_dev *dev, void *context,
|
|||||||
ibev.event = IB_EVENT_CLIENT_REREGISTER;
|
ibev.event = IB_EVENT_CLIENT_REREGISTER;
|
||||||
port = (u8)param;
|
port = (u8)param;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ibev.device = &ibdev->ib_dev;
|
ibev.device = &ibdev->ib_dev;
|
||||||
|
|||||||
Reference in New Issue
Block a user