Re: [dpdk-dev] [PATCH v3] net/ice: fix hash flow segmentation fault

2020-03-02 Thread Ye Xiaolong
On 03/03, taox@intel.com wrote: >From: Zhu Tao > >Macro rte_errno is not a static value, so it needs to be updated in all >error handling code. > >Patch 'dc36bd5dfdeb' mistakenly consider that rte_errno is a constant, >which causes the unrecognized flow rule to be marked as recognition >succes

[dpdk-dev] [PATCH v3] net/ice: fix hash flow segmentation fault

2020-03-02 Thread taox . zhu
From: Zhu Tao Macro rte_errno is not a static value, so it needs to be updated in all error handling code. Patch 'dc36bd5dfdeb' mistakenly consider that rte_errno is a constant, which causes the unrecognized flow rule to be marked as recognition success. Later, when the code tried to parse the f