]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_txq.h
common/mlx5: fix build without dlopen option
[dpdk.git] / drivers / net / bnxt / bnxt_txq.h
index 720ca90cffed47bb920ed714292ec4d585d6cd1d..37a3f9539f58f242bee670b899385d9f9db33f94 100644 (file)
@@ -24,6 +24,7 @@ struct bnxt_tx_queue {
        uint8_t                 wthresh; /* Write-back threshold reg */
        uint32_t                ctx_curr; /* Hardware context states */
        uint8_t                 tx_deferred_start; /* not in global dev start */
+       uint8_t                 tx_started; /* TX queue is started */
 
        struct bnxt             *bp;
        int                     index;
@@ -33,6 +34,7 @@ struct bnxt_tx_queue {
        unsigned int            cp_nr_rings;
        struct bnxt_cp_ring_info        *cp_ring;
        const struct rte_memzone *mz;
+       struct rte_mbuf **free;
 };
 
 void bnxt_free_txq_stats(struct bnxt_tx_queue *txq);