> -----Original Message-----
> From: Su, Simei <simei...@intel.com>
> Sent: Thursday, July 9, 2020 2:21 PM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: dev@dpdk.org; Guo, Jia <jia....@intel.com>; Su, Simei
> <simei...@intel.com>
> Subject: [PATCH] net/ice: fix incomplete protocol header for PPPoE
>
> 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 for PPPOE data packets.
>
> Fixes: dfaedcf20170 ("net/ice: refactor PF hash flow")
>
> Signed-off-by: Simei Su <simei...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi