44dc7c0a26
Once the library usage is over, it must be deinitialized which will free the shared memory reserved during initialization. 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 test case fails because metrics library is already initialized during first run. Signed-off-by: Harman Kalra <hkalra@marvell.com> Acked-by: Remy Horton <remy.horton@intel.com> Acked-by: Reshma Pattan <reshma.pattan@intel.com>
20 lines
258 B
Plaintext
20 lines
258 B
Plaintext
DPDK_17.05 {
|
|
global:
|
|
|
|
rte_metrics_get_names;
|
|
rte_metrics_get_values;
|
|
rte_metrics_init;
|
|
rte_metrics_reg_name;
|
|
rte_metrics_reg_names;
|
|
rte_metrics_update_value;
|
|
rte_metrics_update_values;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_metrics_deinit;
|
|
};
|