]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4.h
net/mlx4: revert fast verbs interface for Rx
[dpdk.git] / drivers / net / mlx4 / mlx4.h
index 8a9a678a0120935088e43a4bac18adbb1c8f2533..772784f308da85a4758f15095a962cbd2fc1662f 100644 (file)
@@ -158,8 +158,6 @@ struct rxq {
        struct ibv_mr *mr; /* Memory Region (for mp). */
        struct ibv_cq *cq; /* Completion Queue. */
        struct ibv_qp *qp; /* Queue Pair. */
-       struct ibv_exp_qp_burst_family *if_qp; /* QP burst interface. */
-       struct ibv_exp_cq_family *if_cq; /* CQ interface. */
        struct ibv_comp_channel *channel;
        unsigned int port_id; /* Port ID for incoming packets. */
        unsigned int elts_n; /* (*elts)[] length. */