kni: fix multi-process support
[dpdk.git] / lib / librte_eal / common / include / rte_pci.h
index 2235acb..1314d20 100644 (file)
@@ -143,6 +143,7 @@ struct rte_pci_device {
        struct rte_intr_handle intr_handle;     /**< Interrupt handle */
        const struct rte_pci_driver *driver;    /**< Associated driver */
        uint16_t max_vfs;                       /**< sriov enable if not zero */
+       int numa_node;                          /**< NUMA node connection */
        unsigned int blacklisted:1;             /**< Device is blacklisted */
 };