]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Enable general events on all interfaces
authorAya Levin <ayal@mellanox.com>
Mon, 29 Apr 2019 18:14:09 +0000 (18:14 +0000)
committerSaeed Mahameed <saeedm@mellanox.com>
Mon, 29 Apr 2019 23:55:05 +0000 (16:55 -0700)
commitb6f6b9e33fb4dd3641130638de0a5d433429795c
treed74a0cddda8b9a890e822901854dffdb969a0423
parent3d4b04d14e778de58e326affadb5c890683ea3cc
net/mlx5: Enable general events on all interfaces

Open events of type 'GENERAL' to all types of interfaces. Prior to this
patch, 'GENERAL' events were captured only by Ethernet interfaces. Other
interface types (non-Ethernet) were excluded and couldn't receive
'GENERAL' events.

Fixes: ae7bed299fc4 ("net/mlx5: Handle event of power detection in the PCIE slot")
Signed-off-by: Aya Levin <ayal@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/eq.c