]> 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)
commitd9afad04862bbf8f01842eb54b80e87fcb47b232
treecdeb7b3ab2e07f69f33afa3b45c998881e30ea48
parent3e5f97bdd8b557b9bd7f8b88170414947c3f305a
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