net/bnxt: avoid freeing memzone multiple times
[dpdk.git] / drivers / net / bnxt / bnxt_txq.h
index 47bbef1..8df8714 100644 (file)
@@ -33,6 +33,7 @@ struct bnxt_tx_queue {
 
        unsigned int            cp_nr_rings;
        struct bnxt_cp_ring_info        *cp_ring;
+       const struct rte_memzone *mz;
 };
 
 void bnxt_free_txq_stats(struct bnxt_tx_queue *txq);