> -----Original Message-----
> From: stable [mailto:[email protected]] On Behalf Of Andrius Sirvys
> Sent: Thursday, April 18, 2019 9:52 AM
> To: [email protected]
> Cc: [email protected]; Sirvys, Andrius <[email protected]>;
> [email protected]
> Subject: [dpdk-stable] [PATCH v2] lib/bitratestats: fix unchecked return
> value
>
> Checking the return value of rte_metrics_update_values, if failed
> returning that value.
> Coverity had picked up that that the return value wasn't being checked.
>
> Coverity issue: 336863
> Fixes: 2ad7ba9a6567 ("bitrate: add bitrate statistics library")
> Cc: [email protected]
>
> Signed-off-by: Andrius Sirvys <[email protected]>
> Acked-by: Rami Rosen <[email protected]>
Acked-by: John McNamara <[email protected]>