Re: [dpdk-dev] net/iavf: fix invalid flow access

2020-05-22 Thread Ye Xiaolong
On 05/21, Jeff Guo wrote: >When hash init, the default rss rules would be added, while hash uninit, >the default rss rules should be deleted. Add the missing part in the hash >uninit process. Also add invalid flow checking func in iavf generic flow >to avoid the error of "Cannot access memory at ad

Re: [dpdk-dev] net/iavf: fix invalid flow access

2020-05-22 Thread Zhang, Qi Z
> -Original Message- > From: Peng, Yuan > Sent: Friday, May 22, 2020 11:44 AM > To: Guo, Jia ; Xing, Beilei ; Zhang, > Qi Z ; Wu, Jingjing ; Yang, > Qiming > Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia > > Subject: RE: [dpdk-dev] net/iavf: fix invalid fl

Re: [dpdk-dev] net/iavf: fix invalid flow access

2020-05-21 Thread Peng, Yuan
Test-by Peng, Yuan -Original Message- From: dev On Behalf Of Jeff Guo Sent: Friday, May 22, 2020 10:12 AM To: Xing, Beilei ; Zhang, Qi Z ; Wu, Jingjing ; Yang, Qiming Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia Subject: [dpdk-dev] net/iavf: fix invalid flow access When hash init, the

[dpdk-dev] net/iavf: fix invalid flow access

2020-05-21 Thread Jeff Guo
When hash init, the default rss rules would be added, while hash uninit, the default rss rules should be deleted. Add the missing part in the hash uninit process. Also add invalid flow checking func in iavf generic flow to avoid the error of "Cannot access memory at address 0xXX" occur. Fixes: