This was missed when promoting this API to stable. Fixes: 7a0ac7cdb454 ("service: promote experimental functions to stable")
Signed-off-by: David Marchand <david.march...@redhat.com> --- lib/librte_eal/common/include/rte_service.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/librte_eal/common/include/rte_service.h b/lib/librte_eal/common/include/rte_service.h index ed5b65e..d8701dd 100644 --- a/lib/librte_eal/common/include/rte_service.h +++ b/lib/librte_eal/common/include/rte_service.h @@ -400,9 +400,6 @@ int32_t rte_service_attr_get(uint32_t id, 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 -- 1.8.3.1