Re: [dpdk-dev] [PATCH v2] net/ice/base: revert the change of first profile mask

2021-07-12 Thread Zhang, Qi Z
> -Original Message- > From: Wu, Wenjun1 > Sent: Tuesday, July 13, 2021 10:31 AM > To: dev@dpdk.org; Yang, Qiming ; Zhang, Qi Z > > Cc: Wu, Wenjun1 > Subject: [PATCH v2] net/ice/base: revert the change of first profile mask > > Segmentation fault mentioned in patch[1] is related to h

[dpdk-dev] [PATCH v2] net/ice/base: revert the change of first profile mask

2021-07-12 Thread Wenjun Wu
Segmentation fault mentioned in patch[1] is related to hardware issue. This patch revert patch[1], since patch[1] may have potential risk and side effect if the first profile mask is set to 0. [1]: commit 148fdf2d3537 ("net/ice/base: fix first profile mask") Signed-off-by: Wenjun Wu --- v2: cor