]> git.itanic.dy.fi Git - linux-stable/commit
net/mlx5: Split irq_pool_affinity logic to new file
authorShay Drory <shayd@nvidia.com>
Tue, 23 Nov 2021 08:48:07 +0000 (10:48 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Fri, 7 Jan 2022 00:22:51 +0000 (16:22 -0800)
commit424544df97b0197b1d87d2fd1c18c6b936aa02b1
treed8380e3e69800e3dd5626a2fcb7ee9bd1007d33d
parent30c6afa735db60b4fb6ca81da568d11d19aa2c15
net/mlx5: Split irq_pool_affinity logic to new file

The downstream patches add more functionality to irq_pool_affinity.
Move the irq_pool_affinity logic to a new file in order to ease the
coding and maintenance of it.

Signed-off-by: Shay Drory <shayd@nvidia.com>
Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/Makefile
drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/mlx5_irq.h
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.h [new file with mode: 0644]