TUNNEL_LEVEL_OUTER, PROTO_COUNT_ONE, {proto_hint_ipv4 }
};
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_udp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv4_src_prot,
+ proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_udp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv4_dst_prot,
+ proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_udp_only = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv4_prot,
+ proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_tcp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv4_src_prot,
+ proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_tcp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv4_dst_prot,
+ proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_tcp_only = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv4_prot,
+ proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_sctp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv4_src_prot,
+ proto_hint_sctp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_sctp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv4_dst_prot,
+ proto_hint_sctp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_sctp_only = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv4_prot,
+ proto_hint_sctp_only }
+};
+
struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_udp_src_port = {
TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv4_src_prot,
proto_hint_udp_src_port }
proto_hint_ipv4 }
};
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_udp_gtpu_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv4_src_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_udp_gtpu_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv4_dst_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_gtpu_udp_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv4_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_tcp_gtpu_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv4_src_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_tcp_gtpu_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv4_dst_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_gtpu_tcp_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv4_prot, proto_hint_tcp_only }
+};
+
struct virtchnl_proto_hdrs hdrs_hint_ipv4_udp_src_gtpu_ip = {
TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
proto_hint_ipv4_only_prot, proto_hint_udp_src_port}
proto_hint_ipv6 }
};
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_udp_gtpu_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv6_src_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_udp_gtpu_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv6_dst_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_gtpu_udp_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv6_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_tcp_gtpu_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv6_src_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_tcp_gtpu_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv6_dst_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_gtpu_tcp_ip = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
+ proto_hint_ipv6_prot, proto_hint_tcp_only }
+};
+
struct virtchnl_proto_hdrs hdrs_hint_ipv6_udp_src_gtpu_ip = {
TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_ip_only,
proto_hint_ipv6_only_prot, proto_hint_udp_src_port}
/* IPv4 GTPU EH */
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_udp_gtpu_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv4_src_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_udp_gtpu_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv4_dst_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_gtpu_udp_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv4_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_tcp_gtpu_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv4_src_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_tcp_gtpu_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv4_dst_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_gtpu_tcp_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv4_prot, proto_hint_tcp_only }
+};
+
struct virtchnl_proto_hdrs hdrs_hint_ipv4_udp_src_gtpu_eh = {
TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
proto_hint_ipv4_only_prot, proto_hint_udp_src_port}
/* IPv6 GTPU EH */
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_udp_gtpu_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv6_src_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_udp_gtpu_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv6_dst_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_gtpu_udp_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv6_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_tcp_gtpu_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv6_src_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_tcp_gtpu_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv6_dst_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_gtpu_tcp_eh = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
+ proto_hint_ipv6_prot, proto_hint_tcp_only }
+};
+
struct virtchnl_proto_hdrs hdrs_hint_ipv6_udp_src_gtpu_eh = {
TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_eh_only,
proto_hint_ipv6_only_prot, proto_hint_udp_src_port}
/* IPv4 GTPU UP */
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_udp_gtpu_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv4_src_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_udp_gtpu_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv4_dst_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_gtpu_udp_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv4_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_tcp_gtpu_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv4_src_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_tcp_gtpu_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv4_dst_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_gtpu_tcp_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv4_prot, proto_hint_tcp_only }
+};
+
struct virtchnl_proto_hdrs hdrs_hint_ipv4_udp_src_gtpu_up = {
TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
proto_hint_ipv4_only_prot, proto_hint_udp_src_port}
/* IPv6 GTPU UP */
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_udp_gtpu_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv6_src_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_udp_gtpu_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv6_dst_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_gtpu_udp_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv6_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_tcp_gtpu_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv6_src_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_tcp_gtpu_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv6_dst_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_gtpu_tcp_up = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
+ proto_hint_ipv6_prot, proto_hint_tcp_only }
+};
+
struct virtchnl_proto_hdrs hdrs_hint_ipv6_udp_src_gtpu_up = {
TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_up_only,
proto_hint_ipv6_only_prot, proto_hint_udp_src_port}
/* IPv4 GTPU DWN */
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_udp_gtpu_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv4_src_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_udp_gtpu_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv4_dst_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_gtpu_udp_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv4_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_src_tcp_gtpu_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv4_src_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_dst_tcp_gtpu_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv4_dst_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv4_gtpu_tcp_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv4_prot, proto_hint_tcp_only }
+};
+
struct virtchnl_proto_hdrs hdrs_hint_ipv4_udp_src_gtpu_dwn = {
TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
proto_hint_ipv4_only_prot, proto_hint_udp_src_port}
/* IPv6 GTPU DWN */
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_udp_gtpu_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv6_src_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_udp_gtpu_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv6_dst_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_gtpu_udp_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv6_prot, proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_tcp_gtpu_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv6_src_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_tcp_gtpu_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv6_dst_prot, proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_gtpu_tcp_dwn = {
+ TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
+ proto_hint_ipv6_prot, proto_hint_tcp_only }
+};
+
struct virtchnl_proto_hdrs hdrs_hint_ipv6_udp_src_gtpu_dwn = {
TUNNEL_LEVEL_FIRST_INNER, PROTO_COUNT_THREE, {proto_hint_gtpu_dwn_only,
proto_hint_ipv6_only_prot, proto_hint_udp_src_port}
TUNNEL_LEVEL_OUTER, PROTO_COUNT_ONE, {proto_hint_ipv6 }
};
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_udp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv6_src_prot,
+ proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_udp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv6_dst_prot,
+ proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_udp_only = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv6_prot,
+ proto_hint_udp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_tcp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv6_src_prot,
+ proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_tcp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv6_dst_prot,
+ proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_tcp_only = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv6_prot,
+ proto_hint_tcp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_sctp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv6_src_prot,
+ proto_hint_sctp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_dst_sctp = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv6_dst_prot,
+ proto_hint_sctp_only }
+};
+
+struct virtchnl_proto_hdrs hdrs_hint_ipv6_sctp_only = {
+ TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv6_prot,
+ proto_hint_sctp_only }
+};
+
struct virtchnl_proto_hdrs hdrs_hint_ipv6_src_udp_src_port = {
TUNNEL_LEVEL_OUTER, PROTO_COUNT_TWO, {proto_hint_ipv6_src_prot,
proto_hint_udp_src_port }
{ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_udp_dst_port, IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src, IAVF_PHINT_IPV4_UDP},
+ &hdrs_hint_ipv4_src_udp, IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_dst_udp_src_port, IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_dst_udp_dst_port, IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst, IAVF_PHINT_IPV4_UDP},
+ &hdrs_hint_ipv4_dst_udp, IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_src_udp_src_port, IAVF_PHINT_IPV4_UDP},
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_udp_dst_port, IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
- ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv4_src,
+ ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv4_src_udp,
IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_dst_udp_dst_port, IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
- ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv4_dst,
+ ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv4_dst_udp,
IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_udp_src_port, IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_tcp_dst_port, IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src, IAVF_PHINT_IPV4_TCP},
+ &hdrs_hint_ipv4_src_tcp, IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_dst_tcp_src_port, IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_dst_tcp_dst_port, IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst, IAVF_PHINT_IPV4_TCP},
+ &hdrs_hint_ipv4_dst_tcp, IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_src_tcp_src_port, IAVF_PHINT_IPV4_TCP},
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_tcp_dst_port, IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
- ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv4_src,
+ ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv4_src_tcp,
IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_dst_tcp_dst_port, IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
- ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv4_dst,
+ ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv4_dst_tcp,
IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_tcp_src_port, IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_sctp_dst_port, IAVF_PHINT_IPV4_SCTP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src, IAVF_PHINT_IPV4_SCTP},
+ &hdrs_hint_ipv4_src_sctp, IAVF_PHINT_IPV4_SCTP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_dst_sctp_src_port, IAVF_PHINT_IPV4_SCTP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_dst_sctp_dst_port, IAVF_PHINT_IPV4_SCTP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst, IAVF_PHINT_IPV4_SCTP},
+ &hdrs_hint_ipv4_dst_sctp, IAVF_PHINT_IPV4_SCTP},
{ETH_RSS_NONFRAG_IPV4_SCTP |
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_src_sctp_src_port, IAVF_PHINT_IPV4_SCTP},
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_sctp_dst_port, IAVF_PHINT_IPV4_SCTP},
{ETH_RSS_NONFRAG_IPV4_SCTP |
- ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv4_src,
+ ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv4_src_sctp,
IAVF_PHINT_IPV4_SCTP},
{ETH_RSS_NONFRAG_IPV4_SCTP |
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_dst_sctp_dst_port, IAVF_PHINT_IPV4_SCTP},
{ETH_RSS_NONFRAG_IPV4_SCTP |
- ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv4_dst,
+ ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv4_dst_sctp,
IAVF_PHINT_IPV4_SCTP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_sctp_src_port, IAVF_PHINT_IPV4_SCTP},
{ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_src_udp_dst_port, IAVF_PHINT_IPV6_UDP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src, IAVF_PHINT_IPV6_UDP},
+ &hdrs_hint_ipv6_src_udp, IAVF_PHINT_IPV6_UDP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv6_dst_udp_src_port, IAVF_PHINT_IPV6_UDP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_dst_udp_dst_port, IAVF_PHINT_IPV6_UDP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst, IAVF_PHINT_IPV6_UDP},
+ &hdrs_hint_ipv6_dst_udp, IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv6_src_udp_src_port, IAVF_PHINT_IPV6_UDP},
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_src_udp_dst_port, IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
- ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv6_src,
+ ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv6_src_udp,
IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_dst_udp_dst_port, IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
- ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv6_dst,
+ ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv6_dst_udp,
IAVF_PHINT_IPV6_UDP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv6_udp_src_port, IAVF_PHINT_IPV6_UDP},
{ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_src_tcp_dst_port, IAVF_PHINT_IPV6_TCP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src, IAVF_PHINT_IPV6_TCP},
+ &hdrs_hint_ipv6_src_tcp, IAVF_PHINT_IPV6_TCP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv6_dst_tcp_src_port, IAVF_PHINT_IPV6_TCP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_dst_tcp_dst_port, IAVF_PHINT_IPV6_TCP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst, IAVF_PHINT_IPV6_TCP},
+ &hdrs_hint_ipv6_dst_tcp, IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv6_src_tcp_src_port, IAVF_PHINT_IPV6_TCP},
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_src_tcp_dst_port, IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
- ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv6_src,
+ ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv6_src_tcp,
IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_dst_tcp_dst_port, IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
- ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv6_dst,
+ ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv6_dst_tcp,
IAVF_PHINT_IPV6_TCP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv6_tcp_src_port, IAVF_PHINT_IPV6_TCP},
{ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_src_sctp_dst_port, IAVF_PHINT_IPV6_SCTP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src, IAVF_PHINT_IPV6_SCTP},
+ &hdrs_hint_ipv6_src_sctp, IAVF_PHINT_IPV6_SCTP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv6_dst_sctp_src_port, IAVF_PHINT_IPV6_SCTP},
{ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_dst_sctp_dst_port, IAVF_PHINT_IPV6_SCTP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst, IAVF_PHINT_IPV6_SCTP},
+ &hdrs_hint_ipv6_dst_sctp, IAVF_PHINT_IPV6_SCTP},
{ETH_RSS_NONFRAG_IPV6_SCTP |
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv6_src_sctp_src_port, IAVF_PHINT_IPV6_SCTP},
ETH_RSS_L3_SRC_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_src_sctp_dst_port, IAVF_PHINT_IPV6_SCTP},
{ETH_RSS_NONFRAG_IPV6_SCTP |
- ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv6_src,
+ ETH_RSS_L3_SRC_ONLY, &hdrs_hint_ipv6_src_sctp,
IAVF_PHINT_IPV6_SCTP},
{ETH_RSS_NONFRAG_IPV6_SCTP |
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY,
ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv6_dst_sctp_dst_port, IAVF_PHINT_IPV6_SCTP},
{ETH_RSS_NONFRAG_IPV6_SCTP |
- ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv6_dst,
+ ETH_RSS_L3_DST_ONLY, &hdrs_hint_ipv6_dst_sctp,
IAVF_PHINT_IPV6_SCTP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv6_sctp_src_port, IAVF_PHINT_IPV6_SCTP},
&hdrs_hint_ipv4_src_udp_dst_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_ip,
+ &hdrs_hint_ipv4_src_udp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_udp_src_gtpu_ip,
&hdrs_hint_ipv4_dst_udp_dst_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_ip,
+ &hdrs_hint_ipv4_dst_udp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_udp_dst_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_ip,
+ &hdrs_hint_ipv4_src_udp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_ip,
+ &hdrs_hint_ipv4_dst_udp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_ip,
+ &hdrs_hint_ipv6_src_udp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_ip,
+ &hdrs_hint_ipv6_dst_udp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_ip,
+ &hdrs_hint_ipv4_src_udp_gtpu_ip,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_ip,
+ &hdrs_hint_ipv4_dst_udp_gtpu_ip,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_ip,
+ &hdrs_hint_ipv6_src_udp_gtpu_ip,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_ip,
+ &hdrs_hint_ipv6_dst_udp_gtpu_ip,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_tcp_dst_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_ip,
+ &hdrs_hint_ipv4_src_tcp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_tcp_src_gtpu_ip,
&hdrs_hint_ipv4_dst_tcp_dst_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_ip,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_tcp_dst_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_ip,
+ &hdrs_hint_ipv4_src_tcp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_ip,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_ip,
+ &hdrs_hint_ipv6_src_tcp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_ip,
+ &hdrs_hint_ipv6_dst_tcp_gtpu_ip,
IAVF_PHINT_IPV4_GTPU_IP | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_ip,
+ &hdrs_hint_ipv4_src_tcp_gtpu_ip,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_ip,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_ip,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_ip,
+ &hdrs_hint_ipv6_src_tcp_gtpu_ip,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_ip,
+ &hdrs_hint_ipv6_dst_tcp_gtpu_ip,
IAVF_PHINT_IPV6_GTPU_IP | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_udp_dst_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_eh,
+ &hdrs_hint_ipv4_src_udp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_udp_src_gtpu_eh,
&hdrs_hint_ipv4_dst_udp_dst_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_eh,
+ &hdrs_hint_ipv4_dst_udp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_udp_dst_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_eh,
+ &hdrs_hint_ipv4_src_udp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_eh,
+ &hdrs_hint_ipv4_dst_udp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_eh,
+ &hdrs_hint_ipv6_src_udp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_eh,
+ &hdrs_hint_ipv6_dst_udp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_eh,
+ &hdrs_hint_ipv4_src_udp_gtpu_eh,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_eh,
+ &hdrs_hint_ipv4_dst_udp_gtpu_eh,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_eh,
+ &hdrs_hint_ipv6_src_udp_gtpu_eh,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_eh,
+ &hdrs_hint_ipv6_dst_udp_gtpu_eh,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_tcp_dst_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_eh,
+ &hdrs_hint_ipv4_src_tcp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_tcp_src_gtpu_eh,
&hdrs_hint_ipv4_dst_tcp_dst_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_eh,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_tcp_dst_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_eh,
+ &hdrs_hint_ipv4_src_tcp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_eh,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_eh,
+ &hdrs_hint_ipv6_src_tcp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_eh,
+ &hdrs_hint_ipv6_dst_tcp_gtpu_eh,
IAVF_PHINT_IPV4_GTPU_EH | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_eh,
+ &hdrs_hint_ipv4_src_tcp_gtpu_eh,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_eh,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_eh,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_eh,
+ &hdrs_hint_ipv6_src_tcp_gtpu_eh,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_eh,
+ &hdrs_hint_ipv6_dst_tcp_gtpu_eh,
IAVF_PHINT_IPV6_GTPU_EH | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_udp_dst_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_up,
+ &hdrs_hint_ipv4_src_udp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_udp_src_gtpu_up,
&hdrs_hint_ipv4_dst_udp_dst_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_up,
+ &hdrs_hint_ipv4_dst_udp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_udp_dst_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_up,
+ &hdrs_hint_ipv4_src_udp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_up,
+ &hdrs_hint_ipv4_dst_udp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_up,
+ &hdrs_hint_ipv6_src_udp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_up,
+ &hdrs_hint_ipv6_dst_udp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_up,
+ &hdrs_hint_ipv4_src_udp_gtpu_up,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_up,
+ &hdrs_hint_ipv4_dst_udp_gtpu_up,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_up,
+ &hdrs_hint_ipv6_src_udp_gtpu_up,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_up,
+ &hdrs_hint_ipv6_dst_udp_gtpu_up,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_tcp_dst_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_up,
+ &hdrs_hint_ipv4_src_tcp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_tcp_src_gtpu_up,
&hdrs_hint_ipv4_dst_tcp_dst_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_up,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_tcp_dst_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_up,
+ &hdrs_hint_ipv4_src_tcp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_up,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_up,
+ &hdrs_hint_ipv6_src_tcp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_up,
+ &hdrs_hint_ipv6_dst_tcp_gtpu_up,
IAVF_PHINT_IPV4_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_up,
+ &hdrs_hint_ipv4_src_tcp_gtpu_up,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_up,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_up,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_up,
+ &hdrs_hint_ipv6_src_tcp_gtpu_up,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_up,
+ &hdrs_hint_ipv6_dst_tcp_gtpu_up,
IAVF_PHINT_IPV6_GTPU_EH_UPLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_udp_dst_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_dwn,
+ &hdrs_hint_ipv4_src_udp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_udp_src_gtpu_dwn,
&hdrs_hint_ipv4_dst_udp_dst_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_dwn,
+ &hdrs_hint_ipv4_dst_udp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_udp_dst_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_dwn,
+ &hdrs_hint_ipv4_src_udp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_dwn,
+ &hdrs_hint_ipv4_dst_udp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_dwn,
+ &hdrs_hint_ipv6_src_udp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_dwn,
+ &hdrs_hint_ipv6_dst_udp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_dwn,
+ &hdrs_hint_ipv4_src_udp_gtpu_dwn,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_dwn,
+ &hdrs_hint_ipv4_dst_udp_gtpu_dwn,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_UDP},
{ETH_RSS_NONFRAG_IPV4_UDP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_dwn,
+ &hdrs_hint_ipv6_src_udp_gtpu_dwn,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_dwn,
+ &hdrs_hint_ipv6_dst_udp_gtpu_dwn,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_UDP},
{ETH_RSS_NONFRAG_IPV6_UDP |
ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_src_tcp_dst_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_dwn,
+ &hdrs_hint_ipv4_src_tcp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L4_SRC_ONLY,
&hdrs_hint_ipv4_tcp_src_gtpu_dwn,
&hdrs_hint_ipv4_dst_tcp_dst_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_dwn,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_L4_DST_ONLY,
&hdrs_hint_ipv4_tcp_dst_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_dwn,
+ &hdrs_hint_ipv4_src_tcp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_dwn,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_dwn,
+ &hdrs_hint_ipv6_src_tcp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_dwn,
+ &hdrs_hint_ipv6_dst_tcp_gtpu_dwn,
IAVF_PHINT_IPV4_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv4_src_gtpu_dwn,
+ &hdrs_hint_ipv4_src_tcp_gtpu_dwn,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv4_dst_gtpu_dwn,
+ &hdrs_hint_ipv4_dst_tcp_gtpu_dwn,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV4_TCP},
{ETH_RSS_NONFRAG_IPV4_TCP |
ETH_RSS_L4_DST_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_SRC_ONLY,
- &hdrs_hint_ipv6_src_gtpu_dwn,
+ &hdrs_hint_ipv6_src_tcp_gtpu_dwn,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_SRC_ONLY,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L3_DST_ONLY,
- &hdrs_hint_ipv6_dst_gtpu_dwn,
+ &hdrs_hint_ipv6_dst_tcp_gtpu_dwn,
IAVF_PHINT_IPV6_GTPU_EH_DWNLINK | IAVF_PHINT_IPV6_TCP},
{ETH_RSS_NONFRAG_IPV6_TCP |
ETH_RSS_L4_DST_ONLY,