Re: [dpdk-dev] [PATCH] net/ice: fix issue for GTPU and GTPU extension packet

2020-07-17 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Friday, July 17, 2020 11:28 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Guo, Jia ; Su, Simei > > Subject: [PATCH] net/ice: fix issue for GTPU and GTPU extension packet > > Because of incomplete protocol header fields, GTPU_INNER_IPV4_UDP an

[dpdk-dev] [PATCH] net/ice: fix issue for GTPU and GTPU extension packet

2020-07-16 Thread Simei Su
Because of incomplete protocol header fields, GTPU_INNER_IPV4_UDP and GTPU_INNER_IPV4_TCP profile aren't included in inner ipv4 group. This patch complements header fields for GTPU/GTPU_EH ipv4 rss config. Besides, after configuring L4 port, GTPU and GTPU_EH packets don't do hash for UDP/TCP/SCTP.