Re: [dpdk-dev] [PATCH] lib/bitratestats: fix unchecked return value
Acked-by: Rami Rosen
[dpdk-dev] [PATCH] 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: remy.hor...@intel.com Signed-off-by: Andrius S