net/qede: fix odd number of queues usage in 100G mode
[dpdk.git] / drivers / net / bnxt / bnxt_txq.h
index 47bbef1..9190e3f 100644 (file)
@@ -22,7 +22,6 @@ struct bnxt_tx_queue {
        uint8_t                 pthresh; /* Prefetch threshold register */
        uint8_t                 hthresh; /* Host threshold register */
        uint8_t                 wthresh; /* Write-back threshold reg */
-       uint32_t                txq_flags; /* Holds flags for this TXq */
        uint32_t                ctx_curr; /* Hardware context states */
        uint8_t                 tx_deferred_start; /* not in global dev start */
 
@@ -33,6 +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);