]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Moving rmap logic to EQs
authorShay Drory <shayd@nvidia.com>
Tue, 23 Feb 2021 09:24:47 +0000 (11:24 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 15 Jun 2021 03:57:59 +0000 (20:57 -0700)
commit9331fafa978367606db4ad95f4ea0e5d2093c17a
tree0665ecc6549e45e61fd5b42c0f1aab3879637e9e
parentaabada9055e948a939db965cf3beaadc56cb28f3
net/mlx5: Moving rmap logic to EQs

IRQs are being simplified in order to ease their sharing and any feature
specific object will be moved to upper layer.
Hence we move rmap object into eq_table.

Signed-off-by: Shay Drory <shayd@nvidia.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/eq.c
drivers/net/ethernet/mellanox/mlx5/core/mlx5_irq.h
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c