mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-08 18:25:05 +00:00
'vector_cnt' is vector count of MSI/MSIX, and it come from 'table_count' in the the pci_msix struct. 'CONFIG_MAX_MSIX_TABLE_NUM' is the maximum number of MSI-X tables per device, so 'vector_cnt' must be less then or equal to 'CONFIG_MAX_MSIX_TABLE_NUM'. Tracked-On: #2881 Signed-off-by: Tianhua Sun <tianhuax.s.sun@intel.com> Reviewed-by: Yonghua Huang <yonghua.huang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>