net/bnxt: support thor controller
[dpdk.git] / drivers / net / bnxt / bnxt_rxq.h
index 7c6b4de..b5e42d0 100644 (file)
@@ -39,6 +39,7 @@ struct bnxt_rx_queue {
        uint32_t                        rx_buf_use_size;  /* useable size */
        struct bnxt_rx_ring_info        *rx_ring;
        struct bnxt_cp_ring_info        *cp_ring;
+       struct bnxt_cp_ring_info        *nq_ring;
        rte_atomic64_t          rx_mbuf_alloc_fail;
        const struct rte_memzone *mz;
 };