Re: [dpdk-dev] [PATCH] net/iavf: fix rte flow error log issue

2020-05-10 Thread Ye Xiaolong
On 05/09, Zhang, Qi Z wrote: > > >> -Original Message- >> From: Guo, Jia >> Sent: Saturday, May 9, 2020 4:59 AM >> To: Xing, Beilei ; Ye, Xiaolong >> ; Yang, Qiming ; Wu, >> Jingjing >> Cc: Zhang, Qi Z ; dev@dpdk.org; Lu, Wenzhuo >> ; Guo, Jia >> Subject: [PATCH] net/iavf: fix rte flow e

Re: [dpdk-dev] [PATCH] net/iavf: fix rte flow error log issue

2020-05-08 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Saturday, May 9, 2020 4:59 AM > To: Xing, Beilei ; Ye, Xiaolong > ; Yang, Qiming ; Wu, > Jingjing > Cc: Zhang, Qi Z ; dev@dpdk.org; Lu, Wenzhuo > ; Guo, Jia > Subject: [PATCH] net/iavf: fix rte flow error log issue > > When processing a r

[dpdk-dev] [PATCH] net/iavf: fix rte flow error log issue

2020-05-08 Thread Jeff Guo
When processing a rte flow, such as creating a parse engine, or creating or destroying a rss rule, if they are failed, they all need to construct the flow error structure before return the error message back to app. If not so, it will cause app crash when app printing the message out of a flow erro