Re: [dpdk-dev] [PATCH] net/ice: fix incomplete protocol header for PPPoE

2020-07-09 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Thursday, July 9, 2020 2:21 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Guo, Jia ; Su, Simei > > Subject: [PATCH] net/ice: fix incomplete protocol header for PPPoE > > When adding a RSS rule with pattern MAC_PPPOE_IPV4_UDP and input set > S

[dpdk-dev] [PATCH] net/ice: fix incomplete protocol header for PPPoE

2020-07-08 Thread Simei Su
When adding a RSS rule with pattern MAC_PPPOE_IPV4_UDP and input set SRC/DST IPV4, because of incomplete protocol header fields, the rule can't do hash with inner src/dst ipv4. PPPOE_IPV4_TCP/SCTP and PPPOE_IPV6_UDP/TCP/SCTP also have similar issues. This patch complements protocol header fields fo