> -----Original Message-----
> From: Peng, Yuan <[email protected]>
> Sent: Friday, May 22, 2020 11:44 AM
> To: Guo, Jia <[email protected]>; Xing, Beilei <[email protected]>; Zhang,
> Qi Z <[email protected]>; Wu, Jingjing <[email protected]>; Yang,
> Qiming <[email protected]>
> Cc: Ye, Xiaolong <[email protected]>; [email protected]; Guo, Jia
> <[email protected]>
> Subject: RE: [dpdk-dev] net/iavf: fix invalid flow access
>
> Test-by Peng, Yuan <[email protected]>
>
> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Jeff Guo
> Sent: Friday, May 22, 2020 10:12 AM
> To: Xing, Beilei <[email protected]>; Zhang, Qi Z <[email protected]>;
> Wu, Jingjing <[email protected]>; Yang, Qiming
> <[email protected]>
> Cc: Ye, Xiaolong <[email protected]>; [email protected]; Guo, Jia
> <[email protected]>
> Subject: [dpdk-dev] net/iavf: fix invalid flow access
>
> 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 0xXXXXXX" occur.
>
> Fixes: 5ea614254332 ("net/iavf: fix VF reset for RSS")
> Fixes: ff2d0c345c3b ("net/iavf: support generic flow API")
>
> Signed-off-by: Jeff Guo <[email protected]>
Acked-by: Qi Zhang <[email protected]>