Files
linux/drivers/net/ethernet/intel/ice
Brett Creeley b791cdd5c7 ice: Change max MSI-x vector_id check in cfg_irq_map
Currently we check to make sure the vector_id passed down from iavf
is less than or equal to pf->hw.func_caps.common_caps.num_msix_vectors.
This is incorrect because the vector_id is always 0-based and never
greater than or equal to the ICE_MAX_INTR_PER_VF. Fix this by checking
to make sure the vector_id is less than the max allowed interrupts per
VF (ICE_MAX_INTR_PER_VF).

Signed-off-by: Brett Creeley <brett.creeley@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2019-11-08 12:02:56 -08:00
..
2019-05-30 10:57:55 -07:00
2019-11-08 12:02:14 -08:00
2019-11-08 12:02:14 -08:00
2019-11-08 12:02:14 -08:00
2019-11-06 16:41:45 -08:00
2019-11-08 12:02:14 -08:00
2019-09-05 08:13:41 -07:00
2018-03-26 09:59:08 -07:00
2019-01-15 12:38:44 -08:00
2019-11-06 16:41:45 -08:00
2019-11-04 12:01:55 -08:00
2019-11-04 12:01:55 -08:00
2019-11-08 12:02:14 -08:00
2019-11-08 12:02:14 -08:00