Re: [PATCH net-next v2] cxgb4: Set initial IRQ affinity hints

2019-06-09 Thread David Miller
From: Nirranjan Kirubaharan Date: Fri, 7 Jun 2019 04:56:45 -0700 > Spread initial IRQ affinity hints across the device node CPUs, > for nic queue and uld queue IRQs, to load balance and avoid > all interrupts on CPU0. > > Signed-off-by: Nirranjan Kirubaharan > --- > v2: > - Used post increment

[PATCH net-next v2] cxgb4: Set initial IRQ affinity hints

2019-06-07 Thread Nirranjan Kirubaharan
Spread initial IRQ affinity hints across the device node CPUs, for nic queue and uld queue IRQs, to load balance and avoid all interrupts on CPU0. Signed-off-by: Nirranjan Kirubaharan --- v2: - Used post increment of msi_index instead of pre increment in request_msix_queue_irqs() during unwind.