X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fmetrics%2Frte_metrics.h;h=c2815a252ca22086a6e81270835275aa4385fcf8;hb=30a1de105a5f40d77b344a891c4a68f79e815c43;hp=fbe64ddf2b47fc23cb4ba37ec6f189bb46d9f0d2;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/metrics/rte_metrics.h b/lib/metrics/rte_metrics.h index fbe64ddf2b..c2815a252c 100644 --- a/lib/metrics/rte_metrics.h +++ b/lib/metrics/rte_metrics.h @@ -83,9 +83,6 @@ struct rte_metric_value { void rte_metrics_init(int socket_id); /** - * @warning - * @b EXPERIMENTAL: this API may change without prior notice - * * Deinitialize metric module. This function must be called from * a primary process after all the metrics usage is over, to * release the shared memory. @@ -96,7 +93,6 @@ void rte_metrics_init(int socket_id); * (rte_metrics_init() not called) * 0 - success */ -__rte_experimental int rte_metrics_deinit(void); /**