X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmlx4%2Fmlx4_rxtx.h;fp=drivers%2Fnet%2Fmlx4%2Fmlx4_rxtx.h;h=897fd2a3714e5ea9b680c9419bf5d41e89312685;hb=fc4e66649a34e362ee0c37537200131942a4cb32;hp=d90f2f994c09f4e90186122e1bf42d02fffff6a8;hpb=c64c58adc063f5ce732b8f9ff2ae1b2c38ade381;p=dpdk.git diff --git a/drivers/net/mlx4/mlx4_rxtx.h b/drivers/net/mlx4/mlx4_rxtx.h index d90f2f994c..897fd2a371 100644 --- a/drivers/net/mlx4/mlx4_rxtx.h +++ b/drivers/net/mlx4/mlx4_rxtx.h @@ -73,6 +73,8 @@ struct rxq { struct rte_mempool *mp; /**< Memory pool for allocations. */ struct ibv_mr *mr; /**< Memory region (for mp). */ struct ibv_cq *cq; /**< Completion queue. */ + struct ibv_wq *wq; /**< Work queue. */ + struct ibv_rwq_ind_table *ind; /**< Indirection table. */ struct ibv_qp *qp; /**< Queue pair. */ struct ibv_comp_channel *channel; /**< Rx completion channel. */ unsigned int port_id; /**< Port ID for incoming packets. */