X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fnet%2Frte_gtp.h;h=dca940c2c5ab89b271a7c8df1e898e8c71835d06;hb=b53d106d34b5c638f5a2cbdfee0da5bd42d4383f;hp=9f6deb9c7ef3a9d650357b02ad966ed86a46f2ac;hpb=e8ca1479cdc49dd8302c408f125f1bd02813f3f4;p=dpdk.git diff --git a/lib/net/rte_gtp.h b/lib/net/rte_gtp.h index 9f6deb9c7e..dca940c2c5 100644 --- a/lib/net/rte_gtp.h +++ b/lib/net/rte_gtp.h @@ -142,9 +142,9 @@ struct rte_gtp_psc_type1_hdr { /** GTP header length */ #define RTE_ETHER_GTP_HLEN \ (sizeof(struct rte_udp_hdr) + sizeof(struct rte_gtp_hdr)) -/* GTP next protocal type */ -#define RTE_GTP_TYPE_IPV4 0x40 /**< GTP next protocal type IPv4 */ -#define RTE_GTP_TYPE_IPV6 0x60 /**< GTP next protocal type IPv6 */ +/* GTP next protocol type */ +#define RTE_GTP_TYPE_IPV4 0x40 /**< GTP next protocol type IPv4 */ +#define RTE_GTP_TYPE_IPV6 0x60 /**< GTP next protocol type IPv6 */ /* GTP destination port number */ #define RTE_GTPC_UDP_PORT 2123 /**< GTP-C UDP destination port */ #define RTE_GTPU_UDP_PORT 2152 /**< GTP-U UDP destination port */