OSDN Git Service

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)
commit561aa15ad69e9d1e5a8bb277adb3209bf8091ecb
treeb2be8ae477063ad23596c1a093e3c6a3ad169b65
parent24163189da487b4caa751eef4e945c9333aae441
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