numam-dpdk/lib/librte_bitratestats
Andrius Sirvys 72ec13b0a1 bitrate: 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: 2ad7ba9a65 ("bitrate: add bitrate statistics library")
Cc: stable@dpdk.org

Signed-off-by: Andrius Sirvys <andrius.sirvys@intel.com>
Acked-by: Rami Rosen <ramirose@gmail.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
2019-04-23 00:19:06 +02:00
..
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build bitratestats: fix library version in meson build 2018-03-28 00:07:35 +02:00
rte_bitrate.c bitrate: fix unchecked return value 2019-04-23 00:19:06 +02:00
rte_bitrate.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_bitratestats_version.map bitrate: add bitrate statistics library 2017-04-05 17:59:43 +02:00