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

2019-06-02 Thread David Miller
From: Nirranjan Kirubaharan Date: Thu, 30 May 2019 23:14:28 -0700 > + while (--ethqidx >= 0) { > + --msi_index; It is more canonical to use "msi_index--;" here.

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

2019-05-31 Thread kbuild test robot
Hi Nirranjan, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Nirranjan-Kirubaharan/cxgb4-Set-initial-IRQ-affinity-hints/20190531-180720 config: xtensa-allyesconfig (attached as .config) compiler: xte

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

2019-05-30 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 --- drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 7 +++- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c |