Re: [dpdk-dev] [PATCH v2 1/2] lib/metrics: fix to reset the init flag

2020-05-19 Thread Stephen Hemminger
On Tue, 19 May 2020 16:22:57 +0530 Hemant Agrawal wrote: > diff --git a/lib/librte_metrics/rte_metrics.c > b/lib/librte_metrics/rte_metrics.c > index e07670219f..dba6409c27 100644 > --- a/lib/librte_metrics/rte_metrics.c > +++ b/lib/librte_metrics/rte_metrics.c > @@ -85,6 +85,7 @@ rte_metrics_de

Re: [dpdk-dev] [PATCH v2 1/2] lib/metrics: fix to reset the init flag

2020-05-19 Thread David Marchand
On Tue, May 19, 2020 at 12:55 PM Hemant Agrawal wrote: > > metrics_initialized shall be reset in deinit function > This is currently causing issue in running > metrics_autotest mulutiple times > > Fixes: 07c1b6925b65 ("telemetry: invert dependency on metrics library") > > Signed-off-by: Hemant Agr

[dpdk-dev] [PATCH v2 1/2] lib/metrics: fix to reset the init flag

2020-05-19 Thread Hemant Agrawal
metrics_initialized shall be reset in deinit function This is currently causing issue in running metrics_autotest mulutiple times Fixes: 07c1b6925b65 ("telemetry: invert dependency on metrics library") Signed-off-by: Hemant Agrawal --- lib/librte_metrics/rte_metrics.c | 7 +-- 1 file change