X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fgso%2Frte_gso.h;h=40922524df42f105a2e93d2dd8175c7df38f371b;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=0a65afc11e641c01fa91925ba75669d5ab81a1dd;hpb=295968d1740760337e16b0d7914875c5cac52850;p=dpdk.git diff --git a/lib/gso/rte_gso.h b/lib/gso/rte_gso.h index 0a65afc11e..40922524df 100644 --- a/lib/gso/rte_gso.h +++ b/lib/gso/rte_gso.h @@ -77,8 +77,8 @@ struct rte_gso_ctx { * * Before calling rte_gso_segment(), applications must set proper ol_flags * for the packet. The GSO library uses the same macros as that of TSO. - * For example, set PKT_TX_TCP_SEG and PKT_TX_IPV4 in ol_flags to segment - * a TCP/IPv4 packet. If rte_gso_segment() succeeds, the PKT_TX_TCP_SEG + * For example, set RTE_MBUF_F_TX_TCP_SEG and RTE_MBUF_F_TX_IPV4 in ol_flags to segment + * a TCP/IPv4 packet. If rte_gso_segment() succeeds, the RTE_MBUF_F_TX_TCP_SEG * flag is removed for all GSO segments and the input packet. * * Each of the newly-created GSO segments is organized as a two-segment