X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmlx4%2Fmlx4.h;h=f71679bb907fa0afca1fcb930da70c62ed2c8b24;hb=d3a7e09234e4;hp=17999516ca50f7e03cc8cec746c98d753cddce0c;hpb=100fe44b81120949250220076b1ad02a37430cf6;p=dpdk.git diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index 17999516ca..f71679bb90 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h @@ -88,6 +88,7 @@ enum { /** Driver name reported to lower layers and used in log output. */ #define MLX4_DRIVER_NAME "net_mlx4" +struct mlx4_drop; struct rxq; struct txq; struct rte_flow; @@ -108,7 +109,7 @@ struct priv { uint32_t intr_alarm:1; /**< An interrupt alarm is scheduled. */ uint32_t isolated:1; /**< Toggle isolated mode. */ struct rte_intr_handle intr_handle; /**< Port interrupt handle. */ - struct rte_flow_drop *flow_drop_queue; /**< Flow drop queue. */ + struct mlx4_drop *drop; /**< Shared resources for drop flow rules. */ LIST_HEAD(, rte_flow) flows; /**< Configured flow rule handles. */ };