]> 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 ce0f2c8f4c333be5ff91cea998c6fba6371680a3..ef3078091094febf162c98a3092dea1f83e9222c 100644 (file)
@@ -212,7 +212,6 @@ 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;