From: David Marchand Date: Tue, 23 Jul 2019 11:00:09 +0000 (+0200) Subject: service: remove experimental banner in API description X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e27071744d3db6207a613a74bdb712b16a29ae47;hp=e2769068e51f4e1b8ecb5188f12b17b98468f88e;p=dpdk.git service: remove experimental banner in API description This was missed when promoting this API to stable. Fixes: 7a0ac7cdb454 ("service: promote experimental functions to stable") Signed-off-by: David Marchand Acked-by: Gage Eads --- diff --git a/lib/librte_eal/common/include/rte_service.h b/lib/librte_eal/common/include/rte_service.h index ed5b65e0d2..d8701dd4cf 100644 --- a/lib/librte_eal/common/include/rte_service.h +++ b/lib/librte_eal/common/include/rte_service.h @@ -400,9 +400,6 @@ rte_service_lcore_attr_get(uint32_t lcore, uint32_t attr_id, uint64_t *attr_value); /** - * @warning - * @b EXPERIMENTAL: this API may change without prior notice - * * Reset all attribute values of a service core. * * @param lcore The service core to reset all the statistics of