[dpdk-dev] [PATCH 1/2] metrics: new API to deinitialise metrics library

2019-02-27 Thread Harman Kalra
Once the library usage is over, it must be deinitialized which will free the shared memory reserved during initialization. Fixes: observed an issue while running 'metrics_autotest' continuously without quiting. For the first run 'metrics_autotest' passes all test cases but second run onwards first

Re: [dpdk-dev] [PATCH 1/2] metrics: new API to deinitialise metrics library

2019-02-25 Thread Remy Horton
This patchset is in that grey area between new feature and bugfix so it might need to be CC'd to sta...@dpdk.org On 22/02/2019 14:45, Harman Kalra wrote: Signed-off-by: Harman Kalra --- doc/guides/prog_guide/metrics_lib.rst | 14 ++ lib/librte_metrics/rte_metrics.c

[dpdk-dev] [PATCH 1/2] metrics: new API to deinitialise metrics library

2019-02-22 Thread Harman Kalra
Once the library usage is over, it must be deinitialized which will free the shared memory reserved during initialization. Fixes: observed an issue while running 'metrics_autotest' continuously without quiting. For the first run 'metrics_autotest' passes all test cases but second run onwards first