Find ports accessible by the VF, based on the index of the
mac address stored for the VF in the adapter. If no mac address
is stored for the VF, use the port mask provided by firmware.
Signed-off-by: Nirranjan Kirubaharan
---
.../ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 47
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
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