net/i40e: fix flow RSS key array error
[dpdk.git] / drivers / net / i40e / i40e_rxtx.h
index 10feec4..ea73a8a 100644 (file)
@@ -142,7 +142,6 @@ struct i40e_tx_queue {
        uint16_t port_id; /**< Device port identifier. */
        uint16_t queue_id; /**< TX queue index. */
        uint16_t reg_idx;
-       uint32_t txq_flags;
        struct i40e_vsi *vsi; /**< the VSI this queue belongs to */
        uint16_t tx_next_dd;
        uint16_t tx_next_rs;