ethdev: alter behavior of flow API actions
[dpdk.git] / drivers / net / bnxt / bnxt_rxq.h
index 616163e..8307f60 100644 (file)
@@ -32,6 +32,8 @@ 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;
+       rte_atomic64_t          rx_mbuf_alloc_fail;
+       const struct rte_memzone *mz;
 };
 
 void bnxt_free_rxq_stats(struct bnxt_rx_queue *rxq);