> -----Original Message-----
> From: Peng, ZhihongX <[email protected]>
> Sent: Tuesday, April 13, 2021 2:30 PM
> To: Ma, WenwuX <[email protected]>; Yang, Qiming
> <[email protected]>; Zhang, Qi Z <[email protected]>
> Cc: [email protected]
> Subject: RE: [dpdk-dev] [PATCH] net/ice: fix illegal pointer access when
> removing mac filter
>
> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Wenwu Ma
> Sent: Friday, April 2, 2021 9:53 PM
> To: Yang, Qiming <[email protected]>; Zhang, Qi Z
> <[email protected]>
> Cc: [email protected]
> Subject: [dpdk-dev] [PATCH] net/ice: fix illegal pointer access when removing
> mac filter
>
> When removing the mac filter in ice_remove_all_mac_vlan_filters(),
> TAILQ_FOREACH_SAFE should be used instead of TAILQ_FOREACH, Otherwise,
> it will result in a illegal pointer access.
>
> Fixes: e0dcf94a0d7f ("net/ice: support VLAN ops")
> Cc: [email protected]
>
> Signed-off-by: Wenwu Ma <[email protected]>
> Tested-by: Peng Zhihong <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi