net/ngbe: support flow control
[dpdk.git] / drivers / net / thunderx / nicvf_struct.h
index cf1c281..c7ea133 100644 (file)
@@ -11,7 +11,7 @@
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
 #include <rte_interrupts.h>
-#include <rte_ethdev_driver.h>
+#include <ethdev_driver.h>
 #include <rte_memory.h>
 
 struct nicvf_rbdr {
@@ -100,7 +100,7 @@ struct nicvf {
        uint16_t subsystem_vendor_id;
        struct nicvf_rbdr *rbdr;
        struct nicvf_rss_reta_info rss_info;
-       struct rte_intr_handle intr_handle;
+       struct rte_intr_handle *intr_handle;
        uint8_t cpi_alg;
        uint16_t mtu;
        int skip_bytes;