]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_rxq.h
net/bnxt: support thor controller
[dpdk.git] / drivers / net / bnxt / bnxt_rxq.h
index 7c6b4dec90409d8272023e77a26afb8a4b53c0b6..b5e42d01c06c8d2ac477b612522016c136d674cb 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;
 };