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

2015-10-28 Thread Sergei Shtylyov
Hello. On 10/28/2015 06:02 PM, Shradha Shah wrote: From: 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: Shradha Shah --- drivers/net/eth

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

2015-10-28 Thread Shradha Shah
From: 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: Shradha Shah --- drivers/net/ethernet/sfc/efx.c | 35 +++