Re: [PATCH net-next] sfc: set and clear interrupt affinity hints

2018-04-20 Thread David Miller
From: Bert Kenward Date: Thu, 19 Apr 2018 17:37:25 +0100 > Use cpumask_local_spread to provide interrupt affinity hints > for each queue. This will spread interrupts across NUMA local > CPUs first, extending to remote nodes if needed. > > Signed-off-by: Bert Kenward Applied.

[PATCH net-next] sfc: set and clear interrupt affinity hints

2018-04-19 Thread Bert Kenward
Use cpumask_local_spread to provide interrupt affinity hints for each queue. This will spread interrupts across NUMA local CPUs first, extending to remote nodes if needed. Signed-off-by: Bert Kenward --- drivers/net/ethernet/sfc/efx.c | 36 1 file changed, 36