]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Provide cpumask at EQ creation phase
authorLeon Romanovsky <leonro@nvidia.com>
Tue, 23 Feb 2021 08:37:05 +0000 (10:37 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 15 Jun 2021 03:57:57 +0000 (20:57 -0700)
commitc3ad8b7ac586650a604dd5ac5d44280d6dd65dfd
treecdeb7b3ab2e07f69f33afa3b45c998881e30ea48
parentb52205a5a2148b75bbcef4a756e24993eb497637
net/mlx5: Provide cpumask at EQ creation phase

The users of EQ are running their code on different CPUs and with
various affinity patterns. Move the cpumask setting close to their
actual usage.

Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Reviewed-by: Shay Drory <shayd@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/infiniband/hw/mlx5/odp.c
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
include/linux/mlx5/eq.h