net/mlx5: Allow port change event to be forwarded to driver notifiers chain
authorSaeed Mahameed <saeedm@mellanox.com>
Mon, 26 Nov 2018 22:38:57 +0000 (14:38 -0800)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 30 Nov 2018 00:40:31 +0000 (16:40 -0800)
commit7a1795553074f90d59b3250b4a9b8aaf6ca2831e
tree97e557b4914f77b1619aec0c19e16d6eb5a3308f
parent20902be46c4da59b1891d238801146134e0e06b5
net/mlx5: Allow port change event to be forwarded to driver notifiers chain

The idea is to allow mlx5 core interfaces (mlx5e/mlx5_ib) to be able to
receive some allowed FW events as is via the new notifier API.

In this patch we allow forwarding port change event to mlx5 core interfaces
(mlx5e/mlx5_ib) as it was received from FW.
Once mlx5e and mlx5_ib start using this event we can safely remove the
redundant software version of it and its translation logic.

Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/events.c