hv: ptdev: remove vector index from structure ptdev_msi_info

Since it's stored in source id already.

Signed-off-by: Li, Fei1 <fei1.li@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
Li, Fei1
2018-08-21 15:40:47 +08:00
committed by wenlingz
parent d8cc29b6ea
commit 2371839cad
4 changed files with 20 additions and 24 deletions

View File

@@ -44,7 +44,6 @@ struct ptdev_msi_info {
uint32_t pmsi_addr; /* phys msi_addr */
uint32_t pmsi_data; /* phys msi_data */
int msix; /* 0-MSI, 1-MSIX */
uint32_t msix_entry_index; /* MSI: 0, MSIX: index of vector table*/
uint32_t virt_vector;
uint32_t phys_vector;
};