net/mlx4: Use effective interrupt affinity
authorThomas Gleixner <tglx@linutronix.de>
Thu, 10 Dec 2020 19:25:57 +0000 (20:25 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Dec 2020 15:19:33 +0000 (16:19 +0100)
commit197d237077295793a3e4ea0abcbea106f8b4217c
tree1f12dab81f0205a8279cf051bbde11cd188e43d2
parent80a62deedf9d449cb65655df39d34b7ef9321d79
net/mlx4: Use effective interrupt affinity

Using the interrupt affinity mask for checking locality is not really
working well on architectures which support effective affinity masks.

The affinity mask is either the system wide default or set by user space,
but the architecture can or even must reduce the mask to the effective set,
which means that checking the affinity mask itself does not really tell
about the actual target CPUs.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Tariq Toukan <tariqt@nvidia.com>
Link: https://lore.kernel.org/r/20201210194044.672935978@linutronix.de
drivers/net/ethernet/mellanox/mlx4/en_cq.c