ethdev: decouple interrupt handling from PCI device
[dpdk.git] / lib / librte_ether / rte_ethdev.h
index 272fd41..e1eae65 100644 (file)
@@ -1625,6 +1625,7 @@ struct rte_eth_dev {
        const struct eth_driver *driver;/**< Driver for this device */
        const struct eth_dev_ops *dev_ops; /**< Functions exported by PMD */
        struct rte_pci_device *pci_dev; /**< PCI info. supplied by probing */
+       struct rte_intr_handle *intr_handle; /**< Device interrupt handle */
        /** User application callbacks for NIC interrupts */
        struct rte_eth_dev_cb_list link_intr_cbs;
        /**