Re: [dpdk-dev] [PATCH v2] net/ice: fix DCF Rx segmentation fault

2020-10-28 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Thursday, October 29, 2020 9:13 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Wang, Haiyue > ; Zhang, AlvinX ; Yang, > Qiming ; Guo, Jia > Subject: [PATCH v2] net/ice: fix DCF Rx segmentation fault > > The initialization of selecting the h

[dpdk-dev] [PATCH v2] net/ice: fix DCF Rx segmentation fault

2020-10-28 Thread Haiyue Wang
The initialization of selecting the handler for scalar Rx path FlexiMD fields extraction into mbuf is missed, it will cause segmentation fault (core dumped). Also add the missed support to handle RXDID 16, which has RSS hash value on Qword 1. Fixes: 7a340b0b4e03 ("net/ice: refactor Rx FlexiMD han