[dpdk-dev] [PATCH v2 2/2] test: support cleanup in bitrate and latency test

Stephen Hemminger stephen at networkplumber.org
Tue May 19 17:24:12 CEST 2020


On Tue, 19 May 2020 16:22:58 +0530
Hemant Agrawal <hemant.agrawal at nxp.com> wrote:

> +/* To test free the resources from bitrate_reg test */
> +static int
> +test_stats_bitrate_free(void)
> +{
> +	int ret = 0;
> +
> +	ret = rte_metrics_deinit();

Coverity will complain about extra initialization like this


More information about the dev mailing list