commit | 56f0fd80d1886479a42ac07ed239538eb145a669 | [log] [tgz] |
---|---|---|
author | Vasundhara Volam <vasundhara-v.volam@broadcom.com> | Mon Aug 28 13:40:27 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 28 16:57:09 2017 -0700 |
tree | 59f657e1c3ca392d745c9dd17a1d4bf6cee39711 | |
parent | 98fdbe73bfb809b1f8eec9f27a36e737caed3a44 [diff] |
bnxt_en: assign CPU affinity hints to bnxt_en IRQs This patch provides hints to irqbalance to map bnxt_en device IRQs to specific CPU cores. cpumask_local_spread() is used, which first maps IRQs to near NUMA cores; when those cores are exhausted, IRQs are mapped to far NUMA cores. Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>