Re: [dpdk-dev] [PATCH v2] net/ice: fix flow validation for unsupported patterns

2020-09-09 Thread Zhang, Qi Z
> -Original Message- > From: Sun, GuinanX > Sent: Tuesday, September 8, 2020 11:15 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Sun, GuinanX ; > sta...@dpdk.org > Subject: [PATCH v2] net/ice: fix flow validation for unsupported patterns > > When loading the OS default pac

[dpdk-dev] [PATCH v2] net/ice: fix flow validation for unsupported patterns

2020-09-07 Thread Guinan Sun
When loading the OS default package and the pipeline mode is enabled by the "pipeline-mode-support=1" operation. In this case, the wrong parser is selected for processing and it will cause the unsupported patterns(pppoes/pfcp/l2tpv3/esp/ah) to be validated successfully. This patch corrects the pars