> -----Original Message-----
> From: Xing, Beilei
> Sent: Friday, July 19, 2019 1:28 PM
> To: Zhang, Qi Z <[email protected]>
> Cc: [email protected]
> Subject: [PATCH] net/ice: fix unsafe tailq element removal
>
> TAILQ_FOREACH macro is not safe to remove elements during iterating tailq
> lists. Replace it with TAILQ_FOREACH_SAFE.
>
> Fixes: d76116a4678f ("net/ice: add generic flow API")
>
> Signed-off-by: Beilei Xing <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi