X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fbnxt%2Fbnxt_txq.h;h=83a98536dbd032b11e1b86f7d8e30ed290de9e04;hb=25b47db788f2152739b8d578097de35b1e0ae4f9;hp=720ca90cffed47bb920ed714292ec4d585d6cd1d;hpb=ac0ba3e1513550c553e7dd2f1272bf9677c550d5;p=dpdk.git diff --git a/drivers/net/bnxt/bnxt_txq.h b/drivers/net/bnxt/bnxt_txq.h index 720ca90cff..83a98536db 100644 --- a/drivers/net/bnxt/bnxt_txq.h +++ b/drivers/net/bnxt/bnxt_txq.h @@ -24,15 +24,18 @@ 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; int tx_wake_thresh; + uint32_t vfr_tx_cfa_action; struct bnxt_tx_ring_info *tx_ring; 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);