> -----Original Message-----
> From: Steve Yang <[email protected]>
> Sent: Tuesday, October 11, 2022 4:34 PM
> To: [email protected]
> Cc: Wu, Jingjing <[email protected]>; Xing, Beilei
> <[email protected]>; Yang, SteveX <[email protected]>
> Subject: [PATCH v1] net/iavf: fix taninted scalar
>
> Passing tainted expression "rss_meta->proto_hdrs.count" to
> "iavf_refine_proto_hdrs", wich uses it as a loop boundary.
>
> Replace tainted expression with a temp variable to avoid the trainted scalar
> coverity warning.
>
> Coverity issue: 381131
> Fixes: f30157d988cf ("net/iavf: support PPPoL2TPv2oUDP RSS Hash")
>
> Signed-off-by: Steve Yang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi