mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-04 22:47:00 +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> |
||
---|---|---|
.. | ||
hv_main.c | ||
hypercall.c | ||
io_req.c | ||
ptdev.c | ||
schedule.c | ||
softirq.c | ||
stack_protector.c | ||
static_checks.c | ||
trusty_hypercall.c | ||
vm_load.c |