X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmlx4%2Fmlx4.h;h=a35a94e04bfff27d0eb2bb041931212e03edf52d;hb=a6e8b01c3c26;hp=47ea4099516a763a874fd9bf7fc8e2ca7cc833f3;hpb=7446202428f5116ec57c1f12095f2f6b4996b2b5;p=dpdk.git diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index 47ea409951..a35a94e04b 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h @@ -46,6 +46,10 @@ #pragma GCC diagnostic error "-Wpedantic" #endif +#include +#include +#include + /* Request send completion once in every 64 sends, might be less. */ #define MLX4_PMD_TX_PER_COMP_REQ 64 @@ -172,7 +176,6 @@ struct priv { struct rte_intr_handle intr_handle; /* Port interrupt handle. */ struct rte_flow_drop *flow_drop_queue; /* Flow drop queue. */ LIST_HEAD(mlx4_flows, rte_flow) flows; - struct rte_intr_conf intr_conf; /* Active interrupt configuration. */ }; #endif /* RTE_PMD_MLX4_H_ */