mlx5e: don't assume anything on the irq affinity mappings of the device
authorSagi Grimberg <sagi@grimberg.me>
Thu, 13 Jul 2017 08:09:39 +0000 (11:09 +0300)
committerDoug Ledford <dledford@redhat.com>
Tue, 8 Aug 2017 18:53:05 +0000 (14:53 -0400)
commita85e5474f4c783b252bf6b80571cdb2abb7d69d9
treea42014280b72c133a20290b2ec7ecabccdedda68
parent78249c4215840edb95447ec6867b69a7ac1d7a0d
mlx5e: don't assume anything on the irq affinity mappings of the device

mlx5e currently assumes that irq affinity is really spread first
irq vectors across device home node cpus, with the new generic affinity
mappings this is no longer the case, hence mlxe should not rely on
this anymore.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/net/ethernet/mellanox/mlx5/core/en_main.c