]> git.droids-corp.org - dpdk.git/blobdiff - lib/ethdev/rte_ethdev.h
mbuf: add rte prefix to offload flags
[dpdk.git] / lib / ethdev / rte_ethdev.h
index d2b27c351fdb03d7298ff3e6d2b6d594706a5d37..c17d34607ababa1eda30c5e2a87915d65b73938c 100644 (file)
@@ -1418,13 +1418,13 @@ struct rte_eth_conf {
 #define DEV_TX_OFFLOAD_SECURITY         0x00020000
 /**
  * Device supports generic UDP tunneled packet TSO.
- * Application must set PKT_TX_TUNNEL_UDP and other mbuf fields required
+ * Application must set RTE_MBUF_F_TX_TUNNEL_UDP and other mbuf fields required
  * for tunnel TSO.
  */
 #define DEV_TX_OFFLOAD_UDP_TNL_TSO      0x00040000
 /**
  * Device supports generic IP tunneled packet TSO.
- * Application must set PKT_TX_TUNNEL_IP and other mbuf fields required
+ * Application must set RTE_MBUF_F_TX_TUNNEL_IP and other mbuf fields required
  * for tunnel TSO.
  */
 #define DEV_TX_OFFLOAD_IP_TNL_TSO       0x00080000