ethdev: add namespace
[dpdk.git] / drivers / net / i40e / i40e_rxtx.h
index 2301e63..5e6eecc 100644 (file)
@@ -120,7 +120,7 @@ struct i40e_rx_queue {
        bool rx_deferred_start; /**< don't start this queue in dev start */
        uint16_t rx_using_sse; /**<flag indicate the usage of vPMD for rx */
        uint8_t dcb_tc;         /**< Traffic class of rx queue */
-       uint64_t offloads; /**< Rx offload flags of DEV_RX_OFFLOAD_* */
+       uint64_t offloads; /**< Rx offload flags of RTE_ETH_RX_OFFLOAD_* */
        const struct rte_memzone *mz;
 };
 
@@ -166,7 +166,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_* */
+       uint64_t offloads; /**< Tx offload flags of RTE_ETH_RX_OFFLOAD_* */
        const struct rte_memzone *mz;
 };