]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/fm10k/fm10k.h
net/qede: fix missing loop index in Tx SG mode
[dpdk.git] / drivers / net / fm10k / fm10k.h
index d3c80c2197a7e9e09748b3a687a36ff7599971ab..ef3078091094febf162c98a3092dea1f83e9222c 100644 (file)
@@ -212,7 +212,7 @@ struct fm10k_tx_queue {
        uint16_t next_rs; /* Next pos to set RS flag */
        uint16_t next_dd; /* Next pos to check DD flag */
        volatile uint32_t *tail_ptr;
-       uint32_t txq_flags; /* Holds flags for this TXq */
+       uint64_t offloads; /* Offloads of DEV_TX_OFFLOAD_* */
        uint16_t nb_desc;
        uint16_t port_id;
        uint8_t tx_deferred_start; /** don't start this queue in dev start. */