service: remove experimental banner in API description
authorDavid Marchand <david.marchand@redhat.com>
Tue, 23 Jul 2019 11:00:09 +0000 (13:00 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Jul 2019 20:38:50 +0000 (22:38 +0200)
This was missed when promoting this API to stable.

Fixes: 7a0ac7cdb454 ("service: promote experimental functions to stable")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Gage Eads <gage.eads@intel.com>
lib/librte_eal/common/include/rte_service.h

index ed5b65e..d8701dd 100644 (file)
@@ -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