net/i40e: convert to new Tx offloads API
[dpdk.git] / drivers / net / i40e / i40e_rxtx.h
index cb5f8c7..10feec4 100644 (file)
@@ -149,6 +149,7 @@ struct i40e_tx_queue {
        bool q_set; /**< indicate if tx queue has been configured */
        bool tx_deferred_start; /**< don't start this queue in dev start */
        uint8_t dcb_tc;         /**< Traffic class of tx queue */
+       uint64_t offloads; /**< Tx offload flags of DEV_RX_OFFLOAD_* */
 };
 
 /** Offload features */