]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4_rxtx.h
net/mlx4: convert Rx path to work queues
[dpdk.git] / drivers / net / mlx4 / mlx4_rxtx.h
index d90f2f994c09f4e90186122e1bf42d02fffff6a8..897fd2a3714e5ea9b680c9419bf5d41e89312685 100644 (file)
@@ -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. */