net/iavf: add GTPU in default hash

Add GTPU_IP and GTPU_EH hash in default.

Signed-off-by: Jeff Guo <jia.guo@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
This commit is contained in:
Jeff Guo 2020-07-24 10:21:52 +08:00 committed by Ferruh Yigit
parent 8ed3b9e6e4
commit c94366cfc6

View file

@ -3991,6 +3991,18 @@ struct virtchnl_proto_hdrs *iavf_hash_default_hdrs[] = {
&hdrs_hint_ipv6_udp,
&hdrs_hint_ipv6_tcp,
&hdrs_hint_ipv6_sctp,
&hdrs_hint_ipv4_gtpu_ip,
&hdrs_hint_ipv4_udp_gtpu_ip,
&hdrs_hint_ipv4_tcp_gtpu_ip,
&hdrs_hint_ipv4_gtpu_eh,
&hdrs_hint_ipv4_udp_gtpu_eh,
&hdrs_hint_ipv4_tcp_gtpu_eh,
&hdrs_hint_ipv6_gtpu_ip,
&hdrs_hint_ipv6_udp_gtpu_ip,
&hdrs_hint_ipv6_tcp_gtpu_ip,
&hdrs_hint_ipv6_gtpu_eh,
&hdrs_hint_ipv6_udp_gtpu_eh,
&hdrs_hint_ipv6_tcp_gtpu_eh,
};
static struct iavf_flow_engine iavf_hash_engine = {