net/ice: support protocol extraction per Rx queue
[dpdk.git] / drivers / net / bnxt / bnxt_txq.h
index 720ca90..9190e3f 100644 (file)
@@ -32,7 +32,9 @@ struct bnxt_tx_queue {
 
        unsigned int            cp_nr_rings;
        struct bnxt_cp_ring_info        *cp_ring;
+       struct bnxt_cp_ring_info        *nq_ring;
        const struct rte_memzone *mz;
+       struct rte_mbuf **free;
 };
 
 void bnxt_free_txq_stats(struct bnxt_tx_queue *txq);