> -----Original Message-----
> From: Rong, Leyi <[email protected]>
> Sent: Monday, October 19, 2020 1:43 PM
> To: Zhang, Qi Z <[email protected]>; Yigit, Ferruh <[email protected]>
> Cc: [email protected]; Rong, Leyi <[email protected]>; [email protected]
> Subject: [PATCH v2] net/iavf: fix unchecked Tx cleanup error
> 
> Coverity complains of unchecked return value warning of iavf_xmit_cleanup,
> while this cleanup is opportunistic and will not cause problems if it fails. 
> So
> instead of checking the return value of iavf_xmit_cleanup and return in case 
> of
> cleanup failure, we directly cast it to void function to make the Coverity 
> happy.
> 
> Coverity issue: 363045
> Fixes: 02d212ca3125 ("net/iavf: rename remaining avf strings")
> Cc: [email protected]
> 
> Signed-off-by: Leyi Rong <[email protected]>

Acked-by: Qi Zhang <[email protected]>

Applied to dpdk-next-net-intel.

Thanks
Qi

Reply via email to