bus/pci: add VFIO request interrupt handle to device
[dpdk.git] / drivers / bus / pci / rte_bus_pci.h
index 0d1955f..2ed2f50 100644 (file)
@@ -66,6 +66,8 @@ struct rte_pci_device {
        uint16_t max_vfs;                   /**< sriov enable if not zero */
        enum rte_kernel_driver kdrv;        /**< Kernel driver passthrough */
        char name[PCI_PRI_STR_SIZE+1];      /**< PCI location (ASCII) */
+       struct rte_intr_handle vfio_req_intr_handle;
+                               /**< Handler of VFIO request interrupt */
 };
 
 /**