]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Separate IRQ data from EQ table data
authorYuval Avnery <yuvalav@mellanox.com>
Mon, 10 Jun 2019 23:38:27 +0000 (23:38 +0000)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 13 Jun 2019 17:59:49 +0000 (10:59 -0700)
commitb661c2ae82221e9a8ad3898c2af2ada735e2d864
treeb2be8ae477063ad23596c1a093e3c6a3ad169b65
parent41f8c822cee652c544877ce8501eb3db1f1318a1
net/mlx5: Separate IRQ data from EQ table data

IRQ table should only exist for mlx5_core_dev for PF and VF only.
EQ table of mediated devices should hold a pointer to the IRQ table
of the parent PCI device.

Signed-off-by: Yuval Avnery <yuvalav@mellanox.com>
Reviewed-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/eq.c
drivers/net/ethernet/mellanox/mlx5/core/main.c
drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h
include/linux/mlx5/driver.h