net/mlx4: use a single interrupt handle
[dpdk.git] / drivers / net / mlx4 / mlx4.h
index 5ecccfa..ce827aa 100644 (file)
@@ -169,8 +169,7 @@ struct priv {
        unsigned int txqs_n; /* TX queues array size. */
        struct rxq *(*rxqs)[]; /* RX queues. */
        struct txq *(*txqs)[]; /* TX queues. */
-       struct rte_intr_handle intr_handle_dev; /* Device interrupt handler. */
-       struct rte_intr_handle intr_handle; /* Interrupt handler. */
+       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. */