]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4_flow.h
net/mlx4: use a single drop queue for all drop flows
[dpdk.git] / drivers / net / mlx4 / mlx4_flow.h
index 66c5be6f41d3cd4d5054ad43e59b3eae59a365d8..12a293e43360ef3b5777a6e90536cd315be3c778 100644 (file)
 
 struct rte_flow {
        LIST_ENTRY(rte_flow) next; /**< Pointer to the next flow structure. */
-       struct rxq *rxq; /**< Pointer to the queue, NULL if drop queue. */
        struct ibv_flow *ibv_flow; /**< Verbs flow. */
        struct ibv_flow_attr *ibv_attr; /**< Pointer to Verbs attributes. */
        struct ibv_qp *qp; /**< Verbs queue pair. */
-       struct ibv_cq *cq; /**< Verbs completion queue. */
 };
 
 int